base-files: do not bring up wlan interfaces from hotplug events, so that wrong networ...
authorFelix Fietkau <nbd@openwrt.org>
Wed, 5 May 2010 15:56:58 +0000 (15:56 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 5 May 2010 15:56:58 +0000 (15:56 +0000)
SVN-Revision: 21379

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

index f46dcd08d6ea970ea157884d0e72f9d21c398768..ef590046452ecfdceb9e0c8e0f04952e41bdd12b 100644 (file)
@@ -12,6 +12,8 @@ addif() {
        # PPP devices are configured by pppd, no need to run setup_interface here
        case "$INTERFACE" in
                ppp*) return 0;;
+               ath*) return 0;;
+               wlan*) return 0;;
        esac
 
        scan_interfaces