From: Jo-Philipp Wich Date: Sat, 27 Mar 2010 03:02:56 +0000 (+0000) Subject: luci-0.9: merge r5946 X-Git-Tag: 0.9.0~28 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=252a496c77718ee5ae3f975047a95017d495d6db;p=project%2Fluci.git luci-0.9: merge r5946 --- diff --git a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua index ec450cf6ea..68087dcf5e 100644 --- a/applications/luci-qos/luasrc/model/cbi/qos/qos.lua +++ b/applications/luci-qos/luasrc/model/cbi/qos/qos.lua @@ -19,6 +19,7 @@ m = Map("qos") s = m:section(TypedSection, "interface", translate("interfaces")) s.addremove = true +s.anonymous = true s:option(Flag, "enabled", translate("enable"))