* luci-0.8: backport olsr and wireless scheme fixes
This commit is contained in:
parent
8dce2f16ee
commit
93dc16c976
2 changed files with 8 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue