diff options
author | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2010-12-26 04:18:01 +0000 |
---|---|---|
committer | Daniel Dickinson <daniel@cshore.neomailbox.net> | 2010-12-26 04:18:01 +0000 |
commit | 391a1c551b391681c5a6ee4a6f1dd3dc9ed290b0 (patch) | |
tree | f9b73ee98969191e3b03ed8d924a9caa120eddfb /package/mtd/src/Makefile | |
parent | d93fac4436339edff861c20f718387adfca0aadd (diff) | |
download | upstream-391a1c551b391681c5a6ee4a6f1dd3dc9ed290b0.tar.gz upstream-391a1c551b391681c5a6ee4a6f1dd3dc9ed290b0.tar.bz2 upstream-391a1c551b391681c5a6ee4a6f1dd3dc9ed290b0.zip |
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 |