Luci for Apfree-Wifidog
- 将
luci-app-apfree-wifidog
拷贝到 Luci 的applications
目录
git clone https://github.com/openwrt/luci.git
git clone https://github.com/liudf0716/luci-app-apfree-wifidog.git
cp -r luci-app-apfree-wifidog luci/applications/
- 下载 OpenWRT
git clone https://github.com/openwrt/openwrt.git
- 修改 OpenWRT 目录的
feeds.conf.default
文件 注释掉src-git-full luci https://git.openwrt.org/project/luci.git
,添加src-link luci
,指向 Luci 的绝对路径,如下所示
#src-git-full luci https://git.openwrt.org/project/luci.git
src-link luci /home/liudf/luci
-
执行
scripts/feeds update -a
及scripts/feeds install -a
命令 -
通过
make menuconfig
添加 Apfree-Wifidog -
运行
make -j4
编译固件