* 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.anonymous = true
|
||||||
hna.template = "cbi/tblsection"
|
hna.template = "cbi/tblsection"
|
||||||
|
|
||||||
net = hna:option(Value, "NetAddr")
|
net = hna:option(Value, "netaddr")
|
||||||
msk = hna:option(Value, "Prefix")
|
msk = hna:option(Value, "netmask")
|
||||||
end
|
end
|
||||||
|
|
||||||
return mh
|
return mh
|
||||||
|
|
|
@ -169,6 +169,12 @@ config section
|
||||||
option package 'wireless'
|
option package 'wireless'
|
||||||
option title 'Interfaces'
|
option title 'Interfaces'
|
||||||
|
|
||||||
|
config variable
|
||||||
|
option name 'device'
|
||||||
|
option section 'wireless.wifi-iface'
|
||||||
|
option title 'Wifi Device'
|
||||||
|
option valueof 'wireless.wifi-device'
|
||||||
|
|
||||||
config variable
|
config variable
|
||||||
option name 'ssid'
|
option name 'ssid'
|
||||||
option section 'wireless.wifi-iface'
|
option section 'wireless.wifi-iface'
|
||||||
|
|
Loading…
Reference in a new issue