base-files: make the skipping of ppp interfaces in 10-net hotplug more explicit,...
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 3 Feb 2011 22:34:30 +0000 (22:34 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 3 Feb 2011 22:34:30 +0000 (22:34 +0000)
SVN-Revision: 25354

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

index 0886c74c59661d7670c509cc7e4662666b2ae9d0..4744a1e8100a8b4c88fe3a33e078320788701839 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