mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-05 22:33:04 +00:00
wireless config gets regenerated not only when it does not exist, buit also if it is 0 len
SVN-Revision: 8149
This commit is contained in:
parent
848075e475
commit
206998371f
@ -9,7 +9,7 @@ boot() {
|
||||
|
||||
include /lib/network
|
||||
setup_switch
|
||||
[ -e /etc/config/wireless ] || \
|
||||
[ -s /etc/config/wireless ] || \
|
||||
/sbin/wifi detect > /etc/config/wireless
|
||||
/sbin/wifi up
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user