From: nbd 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-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/6f7937d42bf0b217cb8d858c3fb1b33668be8c38 base-files: do not bring up wlan interfaces from hotplug events, so that wrong network/wireless configs are more noticeable git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21379 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 f46dcd08d..ef5900464 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