libs/web: fix another invalid entity
[project/luci.git] / modules / admin-full / luasrc / model / cbi / admin_services / dropbear.lua
index 6eaf9b3..ce68360 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