Index: /ipk/runipk.sh
===================================================================
--- /ipk/runipk.sh	(revision 2926)
+++ /ipk/runipk.sh	(revision 2927)
@@ -10,4 +10,18 @@
 SVNPORT=$5
 MAKETYPE=$6
+
+if [ `which ipkg-build | wc -l` -eq 0 ]; then
+	echo "[make-flash] install ipkg-build this is in ipkg-utils-050831.tgz"
+	exit
+elif [ `which ipkg-make-index | wc -l` -eq 0 ] && [ "$SWTYPE" = "enigma2" ] ; then
+	echo "[make-flash] install ipkg-make-index this is in ipkg-utils-050831.tgz"
+	exit
+elif [ `which gzip | wc -l` -eq 0 ]; then
+	echo "[make-flash] install gzip | apt-get install gzip"
+	exit
+elif [ `which wput | wc -l` -eq 0 ]; then
+	echo "[make-flash] install wput | apt-get install wput v0.6.2"
+	exit
+fi
 
 if [ $# -ne 6 ]; then
