modules/admin-full: fix broadcast address option
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 9 Jan 2011 22:52:49 +0000 (22:52 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 9 Jan 2011 22:52:49 +0000 (22:52 +0000)
modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua

index 4efcf2e..1b0662f 100644 (file)
@@ -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")