* luci/app/olsr: adept hna cbi model to new initscript
This commit is contained in:
parent
845f00d0b3
commit
d46dc677e2
1 changed files with 2 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
|
||||
|
|
Loading…
Reference in a new issue