Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 773 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 773 Bytes

LuCI Interface for ChinaDNS Next Generation for OpenWrt

简介

https://github.com/pexcn/openwrt-chinadns-ng/tree/luci

本项目为 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

鸣谢