added axe kernel modules, dropbear, rewrite inittab system, use /dev/mtdblock4 for config

This commit is contained in:
Jaroslav Kysela
2015-03-28 20:33:17 +01:00
parent 4acb001e0a
commit 86243d95c5
11 changed files with 161 additions and 9 deletions

13
fs-add/root/main_init.sh Executable file
View File

@@ -0,0 +1,13 @@
#
# this is script executed from /root/main_axe.out binary
# after the AXE initialization routine
# it is respawned immediately on exit
#
while [ 1 ]; do
if [ -x /etc/init.d/satip ]; then
. /etc/init.d/satip
else
sleep 33554432
fi
done