From ea8ac0999cb78399acf3af6d8eb6fe5b92d06f53 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Tue, 10 Nov 2015 00:16:37 +0000 Subject: kirkwood: support Linksys boot counter on EA[34]500 This is done with existing code from the WRT1900AC port. It makes sure the "auto_recovery" bootloader option is set, and resets the s_env boot counter after a successful boot. This gives users without a serial console connection some measure of safety. Signed-off-by: Claudio Leite SVN-Revision: 47433 --- package/system/mtd/src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/system/mtd') diff --git a/package/system/mtd/src/Makefile b/package/system/mtd/src/Makefile index 40a165e..1e02ce9 100644 --- a/package/system/mtd/src/Makefile +++ b/package/system/mtd/src/Makefile @@ -11,6 +11,7 @@ obj.bcm53xx = $(obj.brcm) obj.brcm63xx = imagetag.o obj.ramips = $(obj.seama) obj.mvebu = linksys_bootcount.o +obj.kirkwood = linksys_bootcount.o ifdef FIS_SUPPORT obj += fis.o -- cgit v1.1