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 | 9e8e17ba214ecb0c1ce7cd1ba5a09a3f1c74c40c (patch) | |
tree | e95779d1b1816f34485cf7c1d15d138d4a90b56a /package/system/mtd/src/Makefile | |
parent | 469653f82006ac2299e3e51c90913d33482b073e (diff) | |
download | master-187ad058-9e8e17ba214ecb0c1ce7cd1ba5a09a3f1c74c40c.tar.gz master-187ad058-9e8e17ba214ecb0c1ce7cd1ba5a09a3f1c74c40c.tar.bz2 master-187ad058-9e8e17ba214ecb0c1ce7cd1ba5a09a3f1c74c40c.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38073 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/mtd/src/Makefile')
-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 |