aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorAlan Luck <luckyhome2008@gmail.com>2021-04-20 19:44:01 +1000
committerDavid Bauer <mail@david-bauer.net>2021-09-24 12:32:28 +0200
commit2c9a07ed28e87bbe2d221d48aaa19b04672646a5 (patch)
treecbc9a4e4de214c8a1ac9426789e14840a6f4c13e /tools/firmware-utils/Makefile
parent5269c47e8db549695ceaf6a19afdd0cb90074622 (diff)
downloadupstream-2c9a07ed28e87bbe2d221d48aaa19b04672646a5.tar.gz
upstream-2c9a07ed28e87bbe2d221d48aaa19b04672646a5.tar.bz2
upstream-2c9a07ed28e87bbe2d221d48aaa19b04672646a5.zip
ramips: add missing information to dlink headers
Add additional header information required for newer bootloaders found on DIR-2660-A1 & A2. Also remove the MTD splitter compatible from the second firmware partition, as OpenWrt only supports handling of the first one. Signed-off-by: Alan Luck <luckyhome2008@gmail.com> [rephrase commit message, remove removal of read-only flags] Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r--tools/firmware-utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
index 995fc79ece..d5b0816816 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -95,6 +95,7 @@ define Host/Compile
$(call cc,trx2edips,-Wall)
$(call cc,trx2usr,-Wall)
$(call cc,uimage_padhdr,-Wall -lz)
+ $(call cc,uimage_sgehdr,-Wall -lz)
$(call cc,wrt400n cyg_crc32,-Wall)
$(call cc,xorimage,-Wall)
$(call cc,zyimage,-Wall)