/luci-app-apfree-wifidog

luci for apfree-wifidog

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

luci-app-apfree-wifidog

Luci for Apfree-Wifidog

使用说明

  1. 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/
  1. 下载 OpenWRT
git clone https://github.com/openwrt/openwrt.git
  1. 修改 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
  1. 执行 scripts/feeds update -ascripts/feeds install -a 命令

  2. 通过 make menuconfig 添加 Apfree-Wifidog

  3. 运行 make -j4 编译固件

配置页面

image