From a95f9f92e2953d5829a29e95644dc4c4bc93f590 Mon Sep 17 00:00:00 2001 From: mirko Date: Sat, 13 Dec 2008 01:54:56 +0000 Subject: change prefix for kernelpatchbase 2.6.26 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13619 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../1044-fail-unless-uimage.patch.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 target/linux/s3c24xx/patches-2.6.26/1044-fail-unless-uimage.patch.patch (limited to 'target/linux/s3c24xx/patches-2.6.26/1044-fail-unless-uimage.patch.patch') 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 new file mode 100755 index 000000000..86a3ce980 --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.26/1044-fail-unless-uimage.patch.patch @@ -0,0 +1,27 @@ +From 10042752e49358e1ef5ccfbb4e1c27875f3f43c5 Mon Sep 17 00:00:00 2001 +From: mokopatches +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 + -- cgit v1.2.3