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

index bf4ff78..c258d18 100644 (file)
@@ -19,6 +19,7 @@ m = Map("qos")
 
 s = m:section(TypedSection, "interface", translate("Interfaces"))
 s.addremove = true
+s.anonymous = false
 
 s:option(Flag, "enabled", translate("enable"))