From: Felix Fietkau Date: Wed, 5 May 2010 15:56:58 +0000 (+0000) Subject: base-files: do not bring up wlan interfaces from hotplug events, so that wrong networ... X-Git-Tag: reboot~19935 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f9591d229a2bd0799140207bb47b5eda68fc1437;p=openwrt%2Fstaging%2Fchunkeey.git base-files: do not bring up wlan interfaces from hotplug events, so that wrong network/wireless configs are more noticeable SVN-Revision: 21379 --- diff --git a/package/base-files/files/etc/hotplug.d/net/10-net b/package/base-files/files/etc/hotplug.d/net/10-net index f46dcd08d6..ef59004645 100644 --- a/package/base-files/files/etc/hotplug.d/net/10-net +++ b/package/base-files/files/etc/hotplug.d/net/10-net @@ -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