mtd: enable wrgg support for ath79
authorStijn Tintel <stijn@linux-ipv6.be>
Sun, 7 Jun 2020 22:44:42 +0000 (01:44 +0300)
committerStijn Tintel <stijn@linux-ipv6.be>
Thu, 11 Jun 2020 16:44:36 +0000 (19:44 +0300)
This is required for the D-Link DAP-2695-A1.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
package/system/mtd/src/Makefile

index e504a044789d6ab601cc61f38656d521d44ce8b9..6da31a04a45ff8585c3e96686a9057515208606a 100644 (file)
@@ -8,7 +8,7 @@ obj.wrg = wrg.o md5.o
 obj.wrgg = wrgg.o md5.o
 obj.tpl = tpl_ramips_recoveryflag.o
 obj.ar71xx = trx.o $(obj.seama) $(obj.wrgg)
-obj.ath79 = $(obj.seama)
+obj.ath79 = $(obj.seama) $(obj.wrgg)
 obj.gemini = $(obj.wrgg)
 obj.brcm = trx.o
 obj.bcm47xx = $(obj.brcm)