luci-0.9: merge r5946
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 27 Mar 2010 03:02:56 +0000 (03:02 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 27 Mar 2010 03:02:56 +0000 (03:02 +0000)
applications/luci-qos/luasrc/model/cbi/qos/qos.lua

index ec450cf..68087dc 100644 (file)
@@ -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"))