Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
您好, 我想在bit3的web界面增加一个页面, 目前我已经在openwrt_widora/feeds/luci/applications目录下增加了一个文件夹作为我自己的页面, 并且也实现了想要的功能, 想请教一下我如何保证我清理源码, 重新编译后, 仍旧可以编译出我自己新增的页面. 非常感谢!
openwrt_widora/feeds/luci/applications
这个是openwrt规则造成的,有个笨方法:个人建议你可以在package下放一个luci目录,makefile规则就是每次编译时将对应的文件夹cp到feeds里边做替换。