base-files: Autodetect newly added wireless hardware
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Tue, 15 Mar 2011 00:44:15 +0000 (00:44 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Tue, 15 Mar 2011 00:44:15 +0000 (00:44 +0000)
SVN-Revision: 26166

package/base-files/files/etc/init.d/network

index 9d4904ae4301d14f1dcc38b3bcf5011914c2d560..c2095a4f5f40894e8e755d0dcaa7f879a7be6913 100755 (executable)
@@ -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