目录结构:
├────────────────/*build生成*/────── bin
├────────────────/*build生成*/────── build_dir
├────────────────/*build生成*/──────staging_dir
├── config //默认的项目配置,如:defconfig_pxa1826p501
├────────────────/*build生成*/────── dl
├── docs //文档路径
├── external
├── management //marvell定制过的包管理
├── routing //marvell定制过的路由服务
└── subpack //marvell定制的package patch
├────────────────/*build生成*/────── feeds
├────────────────/*build生成*/────── host
├── include //openwrt的makefile编译核心
├── marvell //marvell定义的外部代码,uboot、kernel等使用这里的代码
└── (fastpath fota linux lte-telephony obm services swd uboot webui)
├── package //openwrt的基础软件包
├── scripts //host端源码包管理的各类工具脚本
├────────────────/*build生成*/────── staging_dir
├── target //平台相关的文件、固件、kernel patch等
├── toolchain //编译工具依赖的工具、头文件等
└── tools //编译工具依赖的