diff options
Diffstat (limited to 'system/easy-kernel/mkimage-missing-not-fatal.patch')
-rw-r--r-- | system/easy-kernel/mkimage-missing-not-fatal.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/easy-kernel/mkimage-missing-not-fatal.patch b/system/easy-kernel/mkimage-missing-not-fatal.patch new file mode 100644 index 000000000..29b860e68 --- /dev/null +++ b/system/easy-kernel/mkimage-missing-not-fatal.patch @@ -0,0 +1,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 + |