LuCI ---> Applications ---> luci-app-arpbind#IP/MAC绑定 LuCI ---> Applications ---> luci-app-autoreboot#支持计划重启 LuCI ---> Applications ---> luci-app-ddns#动态域名 DNS(集成阿里DDNS客户端) LuCI ---> Applications ---> luci-app-filetransfer#文件传输(可web安装ipk包) LuCI --->...
LuCI —> Applications —> luci-app-syncdial #多拨虚拟网卡(原macvlan) LuCI —> Applications —> luci-app-upnp #通用即插即用(UPnP) LuCI —> Applications —> luci-app-v2ray-pro #V2Ray透明代理 LuCI —> Applications —> luci-app-vlmcsd #KMS服务器设置 LuCI —> Applications —> luci-app-vs...
返回上页 打开Modules 选择Luci-compat勾选上 返回上页 在Protocols选择luci-proto-ipv6和luci-proto-ppp 返回上页 在Translations选择语言 默认简体中文可不用修改 返回上页 接着在Applications选择自己需要的插件 然后在Kernel modules --- Network Devices中可以选择需要的有线网卡驱动 在Kernel modules --- Wireles...
最重要的插件部分,进入 Luci - Applications 选择需要的插件,这里由于种种原因,各位可参考恩山大佬整理的插件列表进行选择性安装,地址: 选择插件 选择插件 配置完成后光标移动到 Save ,回车保存为.config文件。 保存 保存 编译 先说结论:我尝试2次本地编译都失败了,所以各位还是优先选择在线编译,因为本地环境中网络...
hbg@root:~/trunk/feeds/luci/applications/luci-test$tree . ├── ipkg// 1、包相关 │ ├── conffiles │ ├── postinst │ └── postrm ├── luasrc // 2、web界面相关 │ ├── controller │ │ └── test.lua │ ├── model ...
进入Target System和Subtarget勾选你需要编译的平台,默认的是X86,并且是64位的,所以你需要选择自助选择。进入Target Images勾选你需要的固件格式等 接下来是最重要也是最核心部份,选择编译的插件。进入LuCI–>Applications内选中你需要的插件。 这里按Y键勾选,空格键取消勾选,M键编译而不安装。连按两次Esc键返回上一...
进入 openwrt源码/qsdk/qca/feeds/luci/applications ,添加下图中目录文件结构:2. 上图luci-app-myapplication/Makefile文件中添加以下代码:include $(TOPDIR)/rules.mkLUCI_TITLE:=LuCI Support for TestLUCI_DEPENDS:=include ../../luci.mk# call BuildPackage - OpenWrt buildroot signature 3. 在luasrc/...
9.4、LuCI编译插件(重点)选择LuCI目录 选择Applications选择插件 Applications 目录下按照需要配置插件,可...
进入LuCI-Applications,参考以下图示勾选上你要的APP 就可以使用make -j1 V=s注意V要大写。祝好运,一般初次编译需要6个小时,全局带代理服务器。 以后的编辑就简单了,你可以使用git pull获得更新,然后再次编译,线程可以加大,比如make -j99 V=s,速度会加快。
具体配置细节:> LuCI > 1. Collections > LuCI > 3. Applications > LuCI > 4. Themes 编译make,编译之后把生成的文件拷贝到机器scp openwrt-ramips-xxx-squashfs-sysupgrade.bin root@192.168.1.1:/tmp/,使用sysupgrade命令升级sysupgrade /tmp/openwrt-ramips-xxx-squashfs-sysupgrade.bin ...