modules/admin-full: allow multiple dropbear instances again

This commit is contained in:
Jo-Philipp Wich 2011-01-30 16:11:43 +00:00
parent 7433b822ba
commit 2414ae3f9a

View 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