From c43acdf34201c33a6139eca7d3e9e3913e841b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oever=20Gonz=C3=A1lez?= Date: Wed, 23 Jan 2019 21:20:55 -0600 Subject: mtd: add linksys_bootcount to the ipq40xx target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the object 'linksys_bootcount_fix.o' to the ipq40xx target. This is needed for the Linksys EA6350v3 device. Without this patch, the device will switch-back between the current and the last flashed firmware every 3 (three) reboots. With this patch, the device works as expected. Signed-off-by: Ryan Pannell Signed-off-by: Oever González --- package/system/mtd/src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/system/mtd/src/Makefile') diff --git a/package/system/mtd/src/Makefile b/package/system/mtd/src/Makefile index daeadbcd35..27044672cd 100644 --- a/package/system/mtd/src/Makefile +++ b/package/system/mtd/src/Makefile @@ -15,6 +15,7 @@ obj.ramips = $(obj.seama) $(obj.wrg) obj.mvebu = linksys_bootcount.o obj.kirkwood = linksys_bootcount.o obj.ipq806x = linksys_bootcount.o +obj.ipq40xx = linksys_bootcount_fix.o ifdef FIS_SUPPORT obj += fis.o -- cgit v1.2.3