commit | dfd645cab676b2ed3df5396848dcca372972f717 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Thu Sep 22 13:37:11 2022 +0800 |
committer | developer <developer@mediatek.com> | Thu Sep 22 15:09:30 2022 +0800 |
tree | 51040bdccb417c30900be87df853e6214b4f95f6 | |
parent | de77fdcd588bd25f7add184dc36194f3fe6f6887 [diff] [blame] |
[][openwrt][common][app][Fix tools/Makefile patch fail issue] [Description] Fix tools/Makefile patch fail issue. It is caused by this patch of OpenWRT. https://github.com/openwrt/openwrt/commit/c6d3f39ecce43c4a9858157e9e2ee8718750a9ab [Release-log] N/A Change-Id: Ic43797aefa75cb13c71fbab88bb0bfb7448d7c1e Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/6548878
diff --git a/openwrt_patches-21.02/130-add-tool-for-patching-fdt-with-dm-bootargs.patch b/openwrt_patches-21.02/130-add-tool-for-patching-fdt-with-dm-bootargs.patch index a17197d..d5035d6 100644 --- a/openwrt_patches-21.02/130-add-tool-for-patching-fdt-with-dm-bootargs.patch +++ b/openwrt_patches-21.02/130-add-tool-for-patching-fdt-with-dm-bootargs.patch
@@ -3,10 +3,10 @@ @@ -27,7 +27,7 @@ tools-y += e2fsprogs fakeroot findutils tools-y += libressl libtool lzma m4 make-ext4fs missing-macros mkimage tools-y += mklibs mm-macros mtd-utils mtools padjffs2 patch-image - tools-y += patchelf pkgconf quilt squashfskit4 sstrip xxd zip zlib zstd + tools-y += patchelf pkgconf quilt squashfskit4 sstrip zip zlib zstd -tools-y += crc32sum +tools-y += crc32sum fdt-patch-dm-verify tools-$(BUILD_B43_TOOLS) += b43-tools tools-$(BUILD_ISL) += isl tools-$(BUILD_TOOLCHAIN) += expat gmp libelf mpc mpfr - \ No newline at end of file +