mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user