* luci/app/olsr: adept hna cbi model to new initscript

This commit is contained in:
Jo-Philipp Wich 2008-09-22 15:33:14 +00:00
parent 845f00d0b3
commit d46dc677e2

View file

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