git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
c276cba
)
* luci/modules/admin-full: make custom dns servers selectable for any interface protocol
author
Jo-Philipp Wich
<redacted>
Fri, 24 Oct 2008 21:30:17 +0000
(21:30 +0000)
committer
Jo-Philipp Wich
<redacted>
Fri, 24 Oct 2008 21:30:17 +0000
(21:30 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
b/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
index ad2631798be656ae7d6c888e69d2ae22a3ce1173..acecee0cadf78fa8795cb1322d34aa1c91ac2389 100644
(file)
--- a/
modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
+++ b/
modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
@@
-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")
git clone https://git.99rst.org/PROJECT