openwrt 编译一般都是make V=s,编译整个固件。如果需要编译某个模块的话可以使用
make package/xxx/clean
make package/xxx/compile
make package/xxx/install
(XXX代表你的模块)。这样既方便又省时间。
编译luci-app应用
如果是luci应用,单独编译:
make package/feeds/luci/luci-app-xxx/clean
make package/feeds/luci/luci-app-xxx/compile
make package/install
make target/install
使用浏览器观察无变化时,请确定是否已清除浏览器缓存。
如Chrome:设置 隐私设置和安全性 清除浏览数据 高级 缓存的图片和文件 点清除数据后,刷新网页
本文介绍了如何在OpenWRT中编译特定模块和luci-app应用的方法,通过使用make命令的不同参数组合来实现模块的清理、编译及安装。

2042

被折叠的 条评论
为什么被折叠?



