From: nbd Date: Wed, 5 May 2010 15:58:21 +0000 (+0000) Subject: [backfire] backport network hotplug change from r21379 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=ea97a4e23d0f479a64ce4a939fce41598d5512a2;p=10.03%2Fopenwrt.git [backfire] backport network hotplug change from r21379 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21380 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