* luci/modules/admin-full: make custom dns servers selectable for any interface protocol
[project/luci.git] / modules / admin-full / luasrc / model / cbi / admin_network / ifaces.lua
index ad2631798be656ae7d6c888e69d2ae22a3ce1173..acecee0cadf78fa8795cb1322d34aa1c91ac2389 100644 (file)
@@ -131,7 +131,6 @@ ip6gw:depends("proto", "static")
 ip6gw.optional = true
 
 dns = s:option(Value, "dns", translate("dnsserver"))
-dns:depends("proto", "static")
 dns.optional = true
 
 mtu = s:option(Value, "mtu", "MTU")