diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-19 22:36:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-19 22:36:40 +0000 |
commit | 8b50ecc6ffa8439405b7fce3737eea2464ba591c (patch) | |
tree | 19eaa2d1734b2658f2085cb3e830932bf6a92358 /package/system/mtd | |
parent | 9a2e94476ad170a69a4d50c804039eeb2760fd35 (diff) | |
download | upstream-8b50ecc6ffa8439405b7fce3737eea2464ba591c.tar.gz upstream-8b50ecc6ffa8439405b7fce3737eea2464ba591c.tar.bz2 upstream-8b50ecc6ffa8439405b7fce3737eea2464ba591c.zip |
package/mtd: enable seama fixup code for ar71xx
It will be used for the WD My Net N600.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38073
Diffstat (limited to 'package/system/mtd')
-rw-r--r-- | package/system/mtd/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/mtd/src/Makefile b/package/system/mtd/src/Makefile index 4e6aee8eb5..3f59c91c21 100644 --- a/package/system/mtd/src/Makefile +++ b/package/system/mtd/src/Makefile @@ -3,7 +3,7 @@ CFLAGS += -Wall obj = mtd.o jffs2.o crc32.o obj.seama = seama.o md5.o -obj.ar71xx = trx.o +obj.ar71xx = trx.o $(obj.seama) obj.brcm = trx.o obj.brcm47xx = $(obj.brcm) obj.brcm63xx = imagetag.o |