base-files: do not bring up wlan interfaces from hotplug events, so that wrong networ...
[openwrt/svn-archive/archive.git] / 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