| http://www.w3.org/ns/prov#value | - next boot until they also successfully exit). + +This is a simple example of changing the default ip at first boot. + +<???code>#???!/???bin/???sh +uci set network.lan.ipaddr=192.168.178.1 +uci commit network +exit 0</???code>??? + +This is a simple example of changing the default SSID and also turning WIFI on at first boot. + +<???code>#???!/???bin/???sh +uci set wireless.@wifi-device[0].disabled
|