summaryrefslogtreecommitdiff
path: root/packages/linux/linux-mtx-3-2.6.15/01-verbose-and-fatal-mkuboot.diff
diff options
context:
space:
mode:
authorMatt Reimer <mattjreimer@gmail.com>2006-11-06 18:29:44 +0000
committerMatt Reimer <mattjreimer@gmail.com>2006-11-06 18:29:44 +0000
commit2b622239c20657486f9e84842fd392f0a03c4598 (patch)
tree6b0f2058023f53c03ef7a0419eb06af11e8ba47f /packages/linux/linux-mtx-3-2.6.15/01-verbose-and-fatal-mkuboot.diff
parent5f7acfb7fa919640d4b9e3a997ff4ddfc5a39569 (diff)
parente37ddf6842faf9b3421fa4ab688944a20f0bba94 (diff)
merge of '41daabd524e84d8b355abb1ef7c1d06479c25b7d'
and '749aa1340946e929e3de2422cb6c275ee1ae34ba'
Diffstat (limited to 'packages/linux/linux-mtx-3-2.6.15/01-verbose-and-fatal-mkuboot.diff')
-rw-r--r--packages/linux/linux-mtx-3-2.6.15/01-verbose-and-fatal-mkuboot.diff16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/linux/linux-mtx-3-2.6.15/01-verbose-and-fatal-mkuboot.diff b/packages/linux/linux-mtx-3-2.6.15/01-verbose-and-fatal-mkuboot.diff
new file mode 100644
index 0000000000..ddae010f8f
--- /dev/null
+++ b/packages/linux/linux-mtx-3-2.6.15/01-verbose-and-fatal-mkuboot.diff
@@ -0,0 +1,16 @@
+--- linux-2.6.15.4.orig/scripts/mkuboot.sh 2006-10-05 13:56:39.000000000 +0200
++++ linux-2.6.15.4/scripts/mkuboot.sh 2006-10-05 14:03:25.000000000 +0200
+@@ -6,10 +6,12 @@
+
+ MKIMAGE=$(type -path mkimage)
+
++echo "${MKIMAGE} $@"
++
+ 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
+
+ # Call "mkimage" to create U-Boot image