summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc/model/cbi
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-01-09 22:52:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-01-09 22:52:49 +0000
commit69a377e302436f61cda073791255628d52a3e692 (patch)
tree934d09219ee54859c90b851b4f75a4f6a3386260 /modules/admin-full/luasrc/model/cbi
parentaed262df1fb9c8dc6db85665bd69bcfb0723b7ab (diff)
modules/admin-full: fix broadcast address option
Diffstat (limited to 'modules/admin-full/luasrc/model/cbi')
-rw-r--r--modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua2
1 files changed, 1 insertions, 1 deletions
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 4efcf2e54..1b0662fbb 100644
--- 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, "broadcast", translate("<abbr title=\"Internet Protocol Version 4\">IPv4</abbr>-Broadcast"))
bcast.optional = true
bcast.datatype = "ip4addr"
bcast:depends("proto", "static")