projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e796062
)
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)
SVN-Revision: 21379
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 f46dcd08d6ea970ea157884d0e72f9d21c398768..ef590046452ecfdceb9e0c8e0f04952e41bdd12b 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