luci-app-smartdns: rewrite luci-app in JavaScript

This commit is contained in:
Nick Peng
2020-02-01 11:56:48 +08:00
parent 7d1b850119
commit 80174d9da5
15 changed files with 1724 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
[ -n "${IPKG_INSTROOT}" ] || {
(. /etc/uci-defaults/50_luci-smartdns) && rm -f /etc/uci-defaults/50_luci-smartdns
exit 0
}