diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2016-08-07 18:51:12 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2016-10-27 01:50:42 +0300 |
commit | 9dfed03c35ca06afd7aa38b8584c74e06d12c516 (patch) | |
tree | d9f9626fa64279c7c043a2bde85f341c0de22423 /package/system/mtd/src/Makefile | |
parent | dec29082e0d3d9aed4815e969641bd155b799b42 (diff) | |
download | upstream-9dfed03c35ca06afd7aa38b8584c74e06d12c516.tar.gz upstream-9dfed03c35ca06afd7aa38b8584c74e06d12c516.tar.bz2 upstream-9dfed03c35ca06afd7aa38b8584c74e06d12c516.zip |
mtd: add fixwrgg command
Based on fixseama.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Acked-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'package/system/mtd/src/Makefile')
-rw-r--r-- | package/system/mtd/src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/system/mtd/src/Makefile b/package/system/mtd/src/Makefile index 70c61e58ae..4e39a89315 100644 --- a/package/system/mtd/src/Makefile +++ b/package/system/mtd/src/Makefile @@ -4,7 +4,8 @@ LDFLAGS += -lubox obj = mtd.o jffs2.o crc32.o md5.o obj.seama = seama.o md5.o -obj.ar71xx = trx.o $(obj.seama) +obj.wrgg = wrgg.o md5.o +obj.ar71xx = trx.o $(obj.seama) $(obj.wrgg) obj.brcm = trx.o obj.brcm47xx = $(obj.brcm) obj.bcm53xx = $(obj.brcm) $(obj.seama) |