OPENWRT-V / luci-app-chinadnsng

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LuCI Interface for ChinaDNS Next Generation for OpenWrt

简介

本项目为 openwrt-chinadns-ng 提供 LuCI 接口。

编译

从 OpenWrt 的 SDK 编译

cd openwrt-sdk

# 获取源码
git clone -b luci https://github.com/pexcn/openwrt-chinadns-ng.git package/luci-app-chinadns-ng

# 选中 LuCI -> Applications -> luci-app-chinadns-ng
make menuconfig

# 编译 luci-app-chinadns-ng
make package/luci-app-chinadns-ng/{clean,compile} V=s

鸣谢

About


Languages

Language:Lua 72.2%Language:Makefile 27.8%