base-files: do not bring up wlan interfaces from hotplug events, so that wrong networ...
[openwrt.git] / package / base-files / files / etc / hotplug.d / net / 10-net
index f46dcd0..ef59004 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
This page took 0.020882 seconds and 4 git commands to generate.