luci-app-passwall: fix ChinaDNS PKG_NAME

This commit is contained in:
CN_SZTL 2019-11-23 21:09:02 +08:00
parent e6f7fd310f
commit 790e373d99
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -102,7 +102,7 @@ end
o = s:option(ListValue, "dns_mode", translate("DNS Forward Mode"))
o.rmempty = false
o:reset_values()
if is_installed("ChinaDNS") or is_finded("chinadns") then
if is_installed("openwrt_chinadns") or is_finded("chinadns") then
o:value("chinadns", "ChinaDNS")
end
if is_installed("dns2socks") or is_finded("dns2socks") then