diff options
author | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-26 04:18:01 +0000 |
---|---|---|
committer | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-26 04:18:01 +0000 |
commit | 40e684229764c2de974108aeca87715c6707e8c7 (patch) | |
tree | f9b73ee98969191e3b03ed8d924a9caa120eddfb /package/mtd/src/Makefile | |
parent | cafdb5f9427a8aeea9de3efc1256a88f9cdeaa82 (diff) |
mtd: Added fixtrx for brcm63xx imagetag. This allows brcm63xx boards which experience a CRC on second boot due to the JFFS2 creation / DEADC0DE deletion to work correctly when mtd fixtrx is run on first boot
Signed-off-by: Daniel Dickinson <daniel@cshore.neomailbox.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24835 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mtd/src/Makefile')
-rw-r--r-- | package/mtd/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mtd/src/Makefile b/package/mtd/src/Makefile index bb509be8ba..fa2e486f92 100644 --- a/package/mtd/src/Makefile +++ b/package/mtd/src/Makefile @@ -4,6 +4,7 @@ CFLAGS += -Wall obj = mtd.o jffs2.o crc32.o obj.brcm = trx.o obj.brcm47xx = $(obj.brcm) +obj.brcm63xx = imagetag.o ifdef FIS_SUPPORT obj += fis.o |