summaryrefslogblamecommitdiff
path: root/system/easy-kernel/mkimage-missing-not-fatal.patch
blob: 29b860e6835b7dabe7f8f94e948e000650964789 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                        
diff -ur a/scripts/mkuboot.sh b/scripts/mkuboot.sh
--- a/scripts/mkuboot.sh	2022-03-11 05:22:37.000000000 -0600
+++ b/scripts/mkuboot.sh	2022-04-27 11:50:45.082879493 -0500
@@ -12,7 +12,7 @@
 	if [ -z "${MKIMAGE}" ]; then
 		# Doesn't exist
 		echo '"mkimage" command not found - U-Boot images will not be built' >&2
-		exit 1;
+		exit 0;
 	fi
 fi