summaryrefslogtreecommitdiff
path: root/target/linux/s3c24xx/patches-2.6.24/1051-fail-unless-uimage.patch.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-14 15:52:42 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-14 15:52:42 +0000
commit26e3776a22bf894ced5af4c28968dc1dc99968eb (patch)
tree2d38a3789e27a423439c37a45a09cae31990a615 /target/linux/s3c24xx/patches-2.6.24/1051-fail-unless-uimage.patch.patch
parent4bd70fc26256cf485f19e0c8b881e078dc36134f (diff)
nuke obsolete kernel stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.24/1051-fail-unless-uimage.patch.patch')
-rw-r--r--target/linux/s3c24xx/patches-2.6.24/1051-fail-unless-uimage.patch.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1051-fail-unless-uimage.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1051-fail-unless-uimage.patch.patch
deleted file mode 100644
index f5121d8b2f..0000000000
--- a/target/linux/s3c24xx/patches-2.6.24/1051-fail-unless-uimage.patch.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 13a8a1f0848115f23553d15f15aa2b836f459614 Mon Sep 17 00:00:00 2001
-From: mokopatches <mokopatches@openmoko.org>
-Date: Sun, 13 Apr 2008 07:23:49 +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.5
-