base-files: do not bring up wlan interfaces from hotplug events, so that wrong network/wireless configs are more noticeable
SVN-Revision: 21379
This commit is contained in:
parent
e796062a4b
commit
f9591d229a
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ addif() {
|
||||||
# PPP devices are configured by pppd, no need to run setup_interface here
|
# PPP devices are configured by pppd, no need to run setup_interface here
|
||||||
case "$INTERFACE" in
|
case "$INTERFACE" in
|
||||||
ppp*) return 0;;
|
ppp*) return 0;;
|
||||||
|
ath*) return 0;;
|
||||||
|
wlan*) return 0;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
scan_interfaces
|
scan_interfaces
|
||||||
|
|
Loading…
Reference in a new issue