summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/hotplug.d/net/10-net
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/files/etc/hotplug.d/net/10-net')
-rw-r--r--package/base-files/files/etc/hotplug.d/net/10-net2
1 files changed, 2 insertions, 0 deletions
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