modules/admin-full: allow multiple dropbear instances again
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 30 Jan 2011 16:11:43 +0000 (16:11 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 30 Jan 2011 16:11:43 +0000 (16:11 +0000)
modules/admin-full/luasrc/model/cbi/admin_services/dropbear.lua

index 6eaf9b3418c7523bed27684462f984b2b4290fb7..ce6836001619010d517a8eba37e5c16a9a817194 100644 (file)
@@ -15,6 +15,7 @@ m = Map("dropbear", "Dropbear SSHd", translate("Dropbear offers <abbr title=\"Se
 
 s = m:section(TypedSection, "dropbear", "")
 s.anonymous = true
+s.addremove = true
 
 port = s:option(Value, "Port", translate("Port"))
 port.isinteger = true