mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2026-08-15 21:41:57 +02:00
add proper init script setup; various small fixes.
This commit is contained in:
+5
-1
@@ -41,7 +41,7 @@ if [ ! -f /etc/banner.default ]; then
|
||||
.......________ _____ _____ v $(PACKAGE_VERSION)
|
||||
....../ / / |__ / __/ / - /___ __
|
||||
...../ / / /--// _|-// --| . /v /
|
||||
..../________/__//__/__//____/___/_^_\\
|
||||
..../________/__//__/__//____/___/_^_\
|
||||
...
|
||||
..A cad in a box.
|
||||
.
|
||||
@@ -68,3 +68,7 @@ addFirewallNet
|
||||
|
||||
echo "Adding network interface 'wlan'..."
|
||||
uci set network.wlan=interface; uci commit network; /etc/init.d/network reload
|
||||
|
||||
[ -z "$$IPKG_INSTROOT" ] || { /etc/init.d/autowifi_init enable; }
|
||||
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user