dropbear: mdns flag is a bool, not integer

Effectively the same for most purposes, but more accurate.

Signed-off-by: Karl Palsson <karlp@etactica.com>
Karl Palsson 8 years ago committed by John Crispin
parent ad8d197b82
commit a4dc9ff934
  1. 2
      package/network/services/dropbear/files/dropbear.init

@ -41,7 +41,7 @@ validate_section_dropbear()
'Port:list(port):22' \
'SSHKeepAlive:uinteger:300' \
'IdleTimeout:uinteger:0' \
'mdns:uinteger:1'
'mdns:bool:1'
}
dropbear_instance()

Loading…
Cancel
Save