summaryrefslogtreecommitdiffstats
path: root/openwrt/package/base-files/default/sbin/ifup
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-19 19:04:15 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-11-19 19:04:15 +0000
commit3f921c7009ec50f481bebd6c7575206b8d57b874 (patch)
treea3df1230293d7189e4562773bfd265097e1d248d /openwrt/package/base-files/default/sbin/ifup
parent68ff71b07423f041c296893aeea2cc713b0cdd38 (diff)
more fixes for the network scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2537 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/base-files/default/sbin/ifup')
-rwxr-xr-xopenwrt/package/base-files/default/sbin/ifup2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/base-files/default/sbin/ifup b/openwrt/package/base-files/default/sbin/ifup
index 0a2cdf533..67e01a3e9 100755
--- a/openwrt/package/base-files/default/sbin/ifup
+++ b/openwrt/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 ${if_proto}_ifname)"
+
if [ "${if%%[0-9]}" = "br" ]; then
for sif in $(nvram get ${type}_ifnames); do
hotplug_dev register "$sif"