applications/luci-fw: don't allow removing common settings

This commit is contained in:
Jo-Philipp Wich 2009-11-25 02:20:34 +00:00
parent 3a16b20c96
commit 46fea6f6cc

View file

@ -23,6 +23,7 @@ nw.init(m.uci)
s = m:section(TypedSection, "defaults")
s.anonymous = true
s.addremove = false
s:option(Flag, "syn_flood")