summaryrefslogtreecommitdiff
path: root/target/linux/s3c24xx/patches-2.6.26/0044-fail-unless-uimage.patch.patch
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2008-12-12 11:58:53 +0000
committerMirko Vogt <mirko@openwrt.org>2008-12-12 11:58:53 +0000
commit614683faf8029100802db06a825648d0b6490285 (patch)
tree7401b135dc7ce24ff0175e67e0f2ce7f96296ff0 /target/linux/s3c24xx/patches-2.6.26/0044-fail-unless-uimage.patch.patch
parent4a018d2445c5f249179ff82c8fffb0e3b717f738 (diff)
downloadmtk-20170518-614683faf8029100802db06a825648d0b6490285.zip
mtk-20170518-614683faf8029100802db06a825648d0b6490285.tar.gz
mtk-20170518-614683faf8029100802db06a825648d0b6490285.tar.bz2
changed Makefile and profiles, added patches for kernel 2.6.24 (stable-branch of Openmoko)
SVN-Revision: 13613
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.26/0044-fail-unless-uimage.patch.patch')
-rwxr-xr-xtarget/linux/s3c24xx/patches-2.6.26/0044-fail-unless-uimage.patch.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.26/0044-fail-unless-uimage.patch.patch b/target/linux/s3c24xx/patches-2.6.26/0044-fail-unless-uimage.patch.patch
new file mode 100755
index 0000000..86a3ce9
--- /dev/null
+++ b/target/linux/s3c24xx/patches-2.6.26/0044-fail-unless-uimage.patch.patch
@@ -0,0 +1,27 @@
+From 10042752e49358e1ef5ccfbb4e1c27875f3f43c5 Mon Sep 17 00:00:00 2001
+From: mokopatches <mokopatches@openmoko.org>
+Date: Fri, 25 Jul 2008 22:21:22 +0100
+Subject: [PATCH] fail-unless-uimage.patch
+ Fail the build noisily if "mkimage" can't be found, e.g., if we forgot to add
+ the u-boot directory to PATH.
+
+---
+ scripts/mkuboot.sh | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/scripts/mkuboot.sh b/scripts/mkuboot.sh
+index 2e3d3cd..446739c 100755
+--- a/scripts/mkuboot.sh
++++ b/scripts/mkuboot.sh
+@@ -11,7 +11,7 @@ if [ -z "${MKIMAGE}" ]; then
+ if [ -z "${MKIMAGE}" ]; then
+ # Doesn't exist
+ echo '"mkimage" command not found - U-Boot images will not be built' >&2
+- exit 0;
++ exit 1;
+ fi
+ fi
+
+--
+1.5.6.3
+