projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
port wan_device changes from whiterussian to kamikaze
[openwrt.git]
/
package
/
base-files
/
default
/
sbin
/
ifup
diff --git
a/package/base-files/default/sbin/ifup
b/package/base-files/default/sbin/ifup
index
67e01a3
..
8ae6416
100755
(executable)
--- a/
package/base-files/default/sbin/ifup
+++ b/
package/base-files/default/sbin/ifup
@@
-23,7
+23,7
@@
case "$if_proto" in
none|"") exit 0;;
esac
-[ "${if%%[0-9]*}" = "ppp" ] && if="$(nvram get ${
if_proto}_ifnam
e)"
+[ "${if%%[0-9]*}" = "ppp" ] && if="$(nvram get ${
type}_devic
e)"
if [ "${if%%[0-9]}" = "br" ]; then
for sif in $(nvram get ${type}_ifnames); do
This page took
0.019847 seconds
and
4
git commands to generate.