drop the '0' default in config_get_bool
[openwrt.git] / package / base-files / files / etc / init.d / network
index eab0011..2a11666 100755 (executable)
@@ -9,7 +9,7 @@ boot() {
 
        include /lib/network
        setup_switch
 
        include /lib/network
        setup_switch
-       [ -e /etc/config/wireless ] || \
+       [ -s /etc/config/wireless ] || \
                /sbin/wifi detect > /etc/config/wireless
        /sbin/wifi up
 }
                /sbin/wifi detect > /etc/config/wireless
        /sbin/wifi up
 }
This page took 0.022412 seconds and 4 git commands to generate.