mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
mtd: enable "fixseama" on bcm53xx
There are D-Link bcm53xx devices using Seama format. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Backport of r48521 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@49169 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -7,7 +7,7 @@ obj.seama = seama.o md5.o
|
||||
obj.ar71xx = trx.o $(obj.seama)
|
||||
obj.brcm = trx.o
|
||||
obj.brcm47xx = $(obj.brcm)
|
||||
obj.bcm53xx = $(obj.brcm)
|
||||
obj.bcm53xx = $(obj.brcm) $(obj.seama)
|
||||
obj.brcm63xx = imagetag.o
|
||||
obj.ramips = $(obj.seama)
|
||||
obj.mvebu = linksys_bootcount.o
|
||||
|
||||
Reference in New Issue
Block a user