for my U25CWF ( only wifi no lan ) :
i place a 99_enable_wifi in openwrt\package\base-files\files\etc\uci-defaults\
#!/bin/sh
uci set wireless.@wifi-device[0].disabled=0
uci commit wireless
exit 0
i compile and no problem wifi start always
for my U25CWF ( only wifi no lan ) :
i place a 99_enable_wifi in openwrt\package\base-files\files\etc\uci-defaults\
#!/bin/sh
uci set wireless.@wifi-device[0].disabled=0
uci commit wireless
exit 0
i compile and no problem wifi start always