projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eaaebd
)
base-files: do not bring up wlan interfaces from hotplug events, so that wrong networ...
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 5 May 2010 15:56:58 +0000
(15:56 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 5 May 2010 15:56:58 +0000
(15:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21379
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/etc/hotplug.d/net/10-net
patch
|
blob
|
history
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
f46dcd0
..
ef59004
100644
(file)
--- 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