From: Felix Fietkau Date: Wed, 5 May 2010 15:58:21 +0000 (+0000) Subject: [backfire] backport network hotplug change from r21379 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=5080b702f3131114a17c69cf0f1781d72479d8f1 [backfire] backport network hotplug change from r21379 SVN-Revision: 21380 --- 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