diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-14 15:52:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-14 15:52:42 +0000 |
commit | 16defbb2bd9478f9e5384b9722f20a694e6bae41 (patch) | |
tree | f52e202c30c7fca103b196ece1223e18446e4dfc /target/linux/s3c24xx/patches-2.6.26/1044-fail-unless-uimage.patch.patch | |
parent | b4644aedce6526b5d07b336187c8e6417c7dd75e (diff) | |
download | mtk-20170518-16defbb2bd9478f9e5384b9722f20a694e6bae41.zip mtk-20170518-16defbb2bd9478f9e5384b9722f20a694e6bae41.tar.gz mtk-20170518-16defbb2bd9478f9e5384b9722f20a694e6bae41.tar.bz2 |
nuke obsolete kernel stuff
SVN-Revision: 14875
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.26/1044-fail-unless-uimage.patch.patch')
-rwxr-xr-x | target/linux/s3c24xx/patches-2.6.26/1044-fail-unless-uimage.patch.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.26/1044-fail-unless-uimage.patch.patch b/target/linux/s3c24xx/patches-2.6.26/1044-fail-unless-uimage.patch.patch deleted file mode 100755 index 86a3ce9..0000000 --- a/target/linux/s3c24xx/patches-2.6.26/1044-fail-unless-uimage.patch.patch +++ /dev/null @@ -1,27 +0,0 @@ -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 - |