[package] base-files: make the skipping of ppp interfaces in 10-net hotplug more...
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Feb 2011 22:34:30 +0000 (22:34 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 3 Feb 2011 22:34:30 +0000 (22:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25354 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/files/etc/hotplug.d/net/10-net

index 0886c74..4744a1e 100644 (file)
@@ -11,7 +11,7 @@ addif() {
 
        # PPP devices are configured by pppd, no need to run setup_interface here
        case "$INTERFACE" in
-               ppp*|3g-*) return 0;;
+               3g-*|ppp-*|pppoa-*|pppoe-*|pptp-*) return 0;;
                ath*) return 0;;
                wlan*) return 0;;
        esac
This page took 0.021907 seconds and 4 git commands to generate.