base-files: Autodetect newly added wireless hardware
SVN-Revision: 26166
This commit is contained in:
parent
f55fe56225
commit
1b66204ccd
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006-2011 OpenWrt.org
|
||||||
|
|
||||||
START=40
|
START=40
|
||||||
STOP=90
|
STOP=90
|
||||||
|
@ -9,11 +9,11 @@ boot() {
|
||||||
|
|
||||||
include /lib/network
|
include /lib/network
|
||||||
setup_switch
|
setup_switch
|
||||||
|
/sbin/wifi detect >> /etc/config/wireless
|
||||||
grep -qs config /etc/config/wireless && {
|
grep -qs config /etc/config/wireless && {
|
||||||
/sbin/wifi up
|
/sbin/wifi up
|
||||||
} || {
|
} || {
|
||||||
rm -f /etc/config/wireless
|
rm -f /etc/config/wireless
|
||||||
/sbin/wifi detect > /etc/config/wireless
|
|
||||||
}
|
}
|
||||||
|
|
||||||
scan_interfaces
|
scan_interfaces
|
||||||
|
|
Loading…
Reference in a new issue