base-files: Autodetect newly added wireless hardware

SVN-Revision: 26166
master
Vasilis Tsiligiannis 14 years ago
parent f55fe56225
commit 1b66204ccd
  1. 4
      package/base-files/files/etc/init.d/network

@ -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…
Cancel
Save