aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/mtd/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-08-19 08:31:23 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-08-19 08:31:23 +0000
commitb6151ba965bff9a3a19da2daf384855211baa53c (patch)
tree94598828284cc07a1439492f4bba866afd431594 /package/system/mtd/Makefile
parent429f42d2d6a94e3b826b267745463e21d01f6333 (diff)
downloadmaster-187ad058-b6151ba965bff9a3a19da2daf384855211baa53c.tar.gz
master-187ad058-b6151ba965bff9a3a19da2daf384855211baa53c.tar.bz2
master-187ad058-b6151ba965bff9a3a19da2daf384855211baa53c.zip
mvebu: add support for the Linksys boot counter
The u-boot boot counter was never reset after a successful boot, which sometimes could make some variables become out of sync. This patch adds support for the boot counter and enables auto_recovery unconditionally. Signed-off-by: Jonas Gorski <jogo@openwrt.org> Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46690 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/mtd/Makefile')
-rw-r--r--package/system/mtd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/mtd/Makefile b/package/system/mtd/Makefile
index 8d7bb44aa0..ae1922fbd9 100644
--- a/package/system/mtd/Makefile
+++ b/package/system/mtd/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=mtd
-PKG_RELEASE:=20
+PKG_RELEASE:=21
PKG_BUILD_DIR := $(KERNEL_BUILD_DIR)/$(PKG_NAME)
STAMP_PREPARED := $(STAMP_PREPARED)_$(call confvar,CONFIG_MTD_REDBOOT_PARTS)