base-files: Autodetect newly added wireless hardware

SVN-Revision: 26166
This commit is contained in:
Vasilis Tsiligiannis 2011-03-15 00:44:15 +00:00
parent f55fe56225
commit 1b66204ccd

View file

@ -1,5 +1,5 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2006-2011 OpenWrt.org
START=40
STOP=90
@ -9,11 +9,11 @@ boot() {
include /lib/network
setup_switch
/sbin/wifi detect >> /etc/config/wireless
grep -qs config /etc/config/wireless && {
/sbin/wifi up
} || {
rm -f /etc/config/wireless
/sbin/wifi detect > /etc/config/wireless
}
scan_interfaces