modules/admin-full: allow multiple dropbear instances again
[project/luci.git] / 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