applications/luci-fw: don't allow removing common settings
This commit is contained in:
parent
3a16b20c96
commit
46fea6f6cc
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ nw.init(m.uci)
|
|||
|
||||
s = m:section(TypedSection, "defaults")
|
||||
s.anonymous = true
|
||||
s.addremove = false
|
||||
|
||||
s:option(Flag, "syn_flood")
|
||||
|
||||
|
|
Loading…
Reference in a new issue