luci-app-smartdns
luci-app-smartdns copied to clipboard
lede版的luci-app-smartdns中的makefile文件需要删除+luci-compat依赖
LUCI_DEPENDS:=+luci-compat +smartdns 即,将这个改为LUCI_DEPENDS:=+smartdns,否则就算去openwrt的官方仓库下载luci-compat也不成功。把这个删掉,编译时和openwrt-smartdns一起放到package仓库就成功了。
多谢。在编译中了。