summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-10-10 18:50:24 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-10-10 18:50:24 +0000
commit6c842380c379c411138a6fbd7145c59c9ccfd1f9 (patch)
treed071c0e8d8e53d85a2dd2769dfe6f3429d035d59
parentf3bcaf2909db80ec4bc0ee4ea5141d3e46176994 (diff)
modules/admin-full: addremove in inface config pages makes no sense anymore
-rw-r--r--modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua b/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
index 5154688e4..b04766f0f 100644
--- a/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
+++ b/modules/admin-full/luasrc/model/cbi/admin_network/ifaces.lua
@@ -33,7 +33,7 @@ nw.init(m.uci)
fw.init(m.uci)
s = m:section(NamedSection, arg[1], "interface")
-s.addremove = true
+s.addremove = false
s:tab("general", translate("a_n_general", "General Setup"))
if has_ipv6 then s:tab("ipv6", translate("a_n_ipv6", "IPv6 Setup")) end