1:进入trunk/package目录
2:新建Makefile和src目录
注:这里的Makefile是给Openwrt读的,src目录是源码的存放目录及源码Makefile的存放目录
3:进入src目录,新建源文件和Makefile,保存退出
4:回到trunk目录执行make /package/helloworld/prepare
make meunconfig-->选择helloworld-->保存退出
make package/helloworld/compile
make package/helloworld/installed
我一般直接执行make 编译,从新生成固件,单个编译有点不放心。
时间: 2024-11-05 13:50:55