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:
aed262d
)
modules/admin-full: fix broadcast address option
author
Jo-Philipp Wich
<redacted>
Sun, 9 Jan 2011 22:52:49 +0000
(22:52 +0000)
committer
Jo-Philipp Wich
<redacted>
Sun, 9 Jan 2011 22:52:49 +0000
(22:52 +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 4efcf2e54c4c71a8ba5df8bced140ac7a7de72ac..1b0662fbbbb0c1adc5e8cd4f107b0bb80380e880 100644
(file)
--- a/
modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
+++ b/
modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
@@
-201,7
+201,7
@@
gw.optional = true
gw.datatype = "ip4addr"
gw:depends("proto", "static")
-bcast = s:taboption("general", Value, "bcast", translate("<abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Broadcast"))
+bcast = s:taboption("general", Value, "b
road
cast", translate("<abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Broadcast"))
bcast.optional = true
bcast.datatype = "ip4addr"
bcast:depends("proto", "static")
git clone https://git.99rst.org/PROJECT