aboutsummaryrefslogtreecommitdiffstats
path: root/package/mtd/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-01-19 21:28:22 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-01-19 21:28:22 +0000
commite4c20607cf06acff7dbc3bde1f92315e8bbfffb3 (patch)
tree14b56bb5b65b98ef6f6ab02b585672b469e6fa8f /package/mtd/Makefile
parent378c7f76893d1eb5d22a62e6daf996235fd38ed7 (diff)
downloadupstream-e4c20607cf06acff7dbc3bde1f92315e8bbfffb3.tar.gz
upstream-e4c20607cf06acff7dbc3bde1f92315e8bbfffb3.tar.bz2
upstream-e4c20607cf06acff7dbc3bde1f92315e8bbfffb3.zip
[package] mtd: treat failure to open FIS partition as fatal when a fis_layout is given, aborts mtd write if reformat is needed and FIS table not available
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19231 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mtd/Makefile')
-rw-r--r--package/mtd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mtd/Makefile b/package/mtd/Makefile
index 172235d302..ced26d5c6c 100644
--- a/package/mtd/Makefile
+++ b/package/mtd/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=mtd
-PKG_RELEASE:=10
+PKG_RELEASE:=11
PKG_BUILD_DIR := $(KERNEL_BUILD_DIR)/$(PKG_NAME)
STAMP_PREPARED := $(STAMP_PREPARED)_$(call confvar,CONFIG_MTD_REDBOOT_PARTS)