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
0a2cdf5
..
8ae6416
100755
(executable)
--- a/
package/base-files/default/sbin/ifup
+++ b/
package/base-files/default/sbin/ifup
@@
-23,6
+23,8
@@
case "$if_proto" in
none|"") exit 0;;
esac
+[ "${if%%[0-9]*}" = "ppp" ] && if="$(nvram get ${type}_device)"
+
if [ "${if%%[0-9]}" = "br" ]; then
for sif in $(nvram get ${type}_ifnames); do
hotplug_dev register "$sif"
This page took
0.020108 seconds
and
4
git commands to generate.