mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
fix typo
SVN-Revision: 97
This commit is contained in:
parent
27ac661949
commit
cc4329ca0e
@ -34,7 +34,7 @@
|
||||
netmask=$(nvram_get ${type}_netmask)
|
||||
gateway=$(nvram_get ${type}_gateway)
|
||||
|
||||
$DEBUG ifconfig $if $if_ip ${netmask:+netmask $netmask} broadcast + up
|
||||
$DEBUG ifconfig $if $ip ${netmask:+netmask $netmask} broadcast + up
|
||||
${gateway:+$DEBUG route add default gw $gateway}
|
||||
|
||||
[ -f /etc/resolv.conf ] && return
|
||||
|
Loading…
Reference in New Issue
Block a user