add proper init script setup; various small fixes.

This commit is contained in:
Wouter R
2013-05-14 17:26:21 +02:00
parent 7778bdd6e2
commit 88e3205347
6 changed files with 25 additions and 15 deletions
+5 -1
View File
@@ -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