diff options
Diffstat (limited to 'package/boot/uboot-mediatek/patches/110-no-kwbimage.patch')
-rw-r--r-- | package/boot/uboot-mediatek/patches/110-no-kwbimage.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/boot/uboot-mediatek/patches/110-no-kwbimage.patch b/package/boot/uboot-mediatek/patches/110-no-kwbimage.patch new file mode 100644 index 0000000000..d904c4d280 --- /dev/null +++ b/package/boot/uboot-mediatek/patches/110-no-kwbimage.patch @@ -0,0 +1,10 @@ +--- a/tools/Makefile ++++ b/tools/Makefile +@@ -118,7 +118,6 @@ dumpimage-mkimage-objs := aisimage.o \ + imximage.o \ + imx8image.o \ + imx8mimage.o \ +- kwbimage.o \ + lib/md5.o \ + lpc32xximage.o \ + mxsimage.o \ |