mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 03:18:26 +02:00
fix typo closes #2289
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8550 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8c1de14503
commit
885a5a1656
@ -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…
Reference in New Issue
Block a user