fix typo closes #2289

SVN-Revision: 8550
master
Travis Kemen 17 years ago
parent a28a3e814b
commit 297cf0cb90
  1. 2
      package/dnsmasq/files/dnsmasq.init

@ -173,7 +173,7 @@ dhcp_add() {
config_get ifname "$net" ifname
[ -n "$ifname" ] || return 0
append_bool "$cfg" ingore "-I $ifname"
append_bool "$cfg" ignore "-I $ifname"
config_get proto "$net" proto
[ static = "$proto" ] || return 0

Loading…
Cancel
Save