[][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/122-add-crc32sum-utility.patch b/openwrt_patches-21.02/122-add-crc32sum-utility.patch
index 85a6462..d335932 100644
--- a/openwrt_patches-21.02/122-add-crc32sum-utility.patch
+++ b/openwrt_patches-21.02/122-add-crc32sum-utility.patch
@@ -3,7 +3,7 @@
 @@ -26,6 +26,7 @@ tools-y += e2fsprogs fakeroot findutils firmware-utils flex gengetopt
  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-$(BUILD_B43_TOOLS) += b43-tools
  tools-$(BUILD_ISL) += isl
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
+