* luci-0.8: backport olsr and wireless scheme fixes

This commit is contained in:
Jo-Philipp Wich 2008-09-22 19:01:17 +00:00
parent 8dce2f16ee
commit 93dc16c976
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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'