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 bf4ff780e3edb430b1392c22884ba8eafdfacb32..c258d183a9114fbef89bd7f27676264983d81455 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"))