Makefile: versioning, add minisatip icons, uboot script generator

This commit is contained in:
Jaroslav Kysela
2015-03-31 16:39:17 +02:00
parent bbeda3d499
commit 3aa2d34426
11 changed files with 108 additions and 16 deletions

13
fs-add/etc/init.d/satip Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
test -r /etc/sysconfig/config && . /etc/sysconfig/config
if test "$MINISATIP" != "yes"; then
exit 0
fi
cd /tmp
while test 1 -eq 1; do
minisatip -f -g $MINISATIP_OPTS
logger "minisatip exited $?, restarting"
done