mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
* luci-0.8: backport olsr and wireless scheme fixes
This commit is contained in:
@@ -20,8 +20,8 @@ for i, sect in ipairs({ "Hna4", "Hna6" }) do
|
||||
hna.anonymous = true
|
||||
hna.template = "cbi/tblsection"
|
||||
|
||||
net = hna:option(Value, "NetAddr")
|
||||
msk = hna:option(Value, "Prefix")
|
||||
net = hna:option(Value, "netaddr")
|
||||
msk = hna:option(Value, "netmask")
|
||||
end
|
||||
|
||||
return mh
|
||||
|
||||
@@ -169,6 +169,12 @@ config section
|
||||
option package 'wireless'
|
||||
option title 'Interfaces'
|
||||
|
||||
config variable
|
||||
option name 'device'
|
||||
option section 'wireless.wifi-iface'
|
||||
option title 'Wifi Device'
|
||||
option valueof 'wireless.wifi-device'
|
||||
|
||||
config variable
|
||||
option name 'ssid'
|
||||
option section 'wireless.wifi-iface'
|
||||
|
||||
Reference in New Issue
Block a user