projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
base-files: do not bring up wlan interfaces from hotplug events, so that wrong networ...
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
hotplug.d
/
net
/
10-net
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
This page took
0.020882 seconds
and
4
git commands to generate.