From b497794b195e8511bd09790d285216c3fb56c599 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 11 May 2022 20:22:31 +0200 Subject: [PATCH] Various fixes --- build.sh | 1 + root/target/linux/generic/config-5.15 | 11 +++++++++++ root/tools/firmware-utils/Makefile | 21 +++++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 root/tools/firmware-utils/Makefile diff --git a/build.sh b/build.sh index e92075f0..a560c02e 100755 --- a/build.sh +++ b/build.sh @@ -135,6 +135,7 @@ rm -rf "$OMR_TARGET/source/files" "$OMR_TARGET/source/tmp" rm -rf "$OMR_TARGET/source/target/linux/mediatek/patches-5.4" rm -rf "$OMR_TARGET/source/package/boot/uboot-mediatek" rm -rf "$OMR_TARGET/source/package/boot/arm-trusted-firmware-mediatek" +rm -rf "$OMR_TARGET/source/tools/firmware-utils" cp -rf root/* "$OMR_TARGET/source" cat >> "$OMR_TARGET/source/package/base-files/files/etc/banner" <