diff options
author | Luka Perkov <luka@openwrt.org> | 2015-11-10 00:16:37 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-11-10 00:16:37 +0000 |
commit | ea8ac0999cb78399acf3af6d8eb6fe5b92d06f53 (patch) | |
tree | e5f48e5b8ab38ffdbf44a9ed815eecac909774dd /package | |
parent | 6acb552eeeb5f8917dfc4b7fe599fe9136cf2118 (diff) | |
download | upstream-ea8ac0999cb78399acf3af6d8eb6fe5b92d06f53.tar.gz upstream-ea8ac0999cb78399acf3af6d8eb6fe5b92d06f53.tar.bz2 upstream-ea8ac0999cb78399acf3af6d8eb6fe5b92d06f53.zip |
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 <leitec@staticky.com>
SVN-Revision: 47433
Diffstat (limited to 'package')
-rw-r--r-- | package/system/mtd/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/system/mtd/src/Makefile b/package/system/mtd/src/Makefile index 40a165e4e6..1e02ce94ee 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 |