mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 04:26:16 +02:00
base-files: do not bring up wlan interfaces from hotplug events, so that wrong network/wireless configs are more noticeable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21379 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d2f8ac6e8c
commit
6f7937d42b
@ -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 New Issue
Block a user