projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ensure sstrip is build before needed by packages
[openwrt.git]
/
root
/
sbin
/
ifup
diff --git
a/root/sbin/ifup
b/root/sbin/ifup
index
75ce156
..
34e19af
100755
(executable)
--- a/
root/sbin/ifup
+++ b/
root/sbin/ifup
@@
-34,7
+34,7
@@
netmask=$(nvram_get ${type}_netmask)
gateway=$(nvram_get ${type}_gateway)
netmask=$(nvram_get ${type}_netmask)
gateway=$(nvram_get ${type}_gateway)
- $DEBUG ifconfig $if $i
f_i
p ${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
${gateway:+$DEBUG route add default gw $gateway}
[ -f /etc/resolv.conf ] && return
This page took
0.023258 seconds
and
4
git commands to generate.