summaryrefslogtreecommitdiffstats
path: root/projectroot
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2011-11-24 22:15:59 +0100
committerJuergen Beisert <jbe@pengutronix.de>2012-07-17 16:52:50 +0200
commit5c2d144e8dfdf4ed7d981f80e17642fd21c78a62 (patch)
treedf80096317c2537bb11442954f8442e9310acd71 /projectroot
parent3db0b065e2ca7d455dadc9b7ad60f9e9ea274100 (diff)
downloadOSELAS.BSP-Pengutronix-Mini6410-5c2d144e8dfdf4ed7d981f80e17642fd21c78a62.tar.gz
OSELAS.BSP-Pengutronix-Mini6410-5c2d144e8dfdf4ed7d981f80e17642fd21c78a62.tar.xz
QML demo: add QML demo from the Mini2440 project
Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Diffstat (limited to 'projectroot')
-rw-r--r--projectroot/etc/init.d/startup12
1 files changed, 0 insertions, 12 deletions
diff --git a/projectroot/etc/init.d/startup b/projectroot/etc/init.d/startup
deleted file mode 100644
index 3b27a32..0000000
--- a/projectroot/etc/init.d/startup
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /bin/sh
-
-# get important environment variables first
-. /etc/profile.environment
-
-case $1 in
-
- start)
- /usr/bin/qt4-demo -qws &
- ;;
-
-esac