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:
5be59e6
)
protocols/core: fix dhcp defaultroute option
author
Jo-Philipp Wich
<redacted>
Sun, 1 Jul 2012 20:40:02 +0000
(20:40 +0000)
committer
Jo-Philipp Wich
<redacted>
Sun, 1 Jul 2012 20:40:02 +0000
(20:40 +0000)
protocols/core/luasrc/model/cbi/admin_network/proto_dhcp.lua
patch
|
blob
|
history
diff --git
a/protocols/core/luasrc/model/cbi/admin_network/proto_dhcp.lua
b/protocols/core/luasrc/model/cbi/admin_network/proto_dhcp.lua
index 391eb1e0137318d60b4f5ad4b32f1cd8bcd1c5e8..8b2596c69b53e304e91c838f2dd54822a5275f19 100644
(file)
--- a/
protocols/core/luasrc/model/cbi/admin_network/proto_dhcp.lua
+++ b/
protocols/core/luasrc/model/cbi/admin_network/proto_dhcp.lua
@@
-43,7
+43,7
@@
bcast = section:taboption("advanced", Flag, "broadcast",
bcast.default = bcast.disabled
-defaultroute = section:taboption("advanced", Flag, "
gateway
",
+defaultroute = section:taboption("advanced", Flag, "
defaultroute
",
translate("Use default gateway"),
translate("If unchecked, no default route is configured"))
git clone https://git.99rst.org/PROJECT