summaryrefslogtreecommitdiff
path: root/package/mtd/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-10-18 07:22:59 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-10-18 07:22:59 +0000
commita67d5fd24fa80d3f0989f0e6a3f137b8c18cdc41 (patch)
tree21c6d4e95ba552b0fdecc792f9ce70e5c1e063d4 /package/mtd/Makefile
parent25250a22ef4e5e02475f63c20aa9f73ce7c996bd (diff)
downloadmtk-20170518-a67d5fd24fa80d3f0989f0e6a3f137b8c18cdc41.zip
mtk-20170518-a67d5fd24fa80d3f0989f0e6a3f137b8c18cdc41.tar.gz
mtk-20170518-a67d5fd24fa80d3f0989f0e6a3f137b8c18cdc41.tar.bz2
package/mtd: add option for fixing seama images
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33841
Diffstat (limited to 'package/mtd/Makefile')
-rw-r--r--package/mtd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mtd/Makefile b/package/mtd/Makefile
index 8521128..ec487e5 100644
--- a/package/mtd/Makefile
+++ b/package/mtd/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2010 OpenWrt.org
+# Copyright (C) 2006-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=mtd
-PKG_RELEASE:=19
+PKG_RELEASE:=20
PKG_BUILD_DIR := $(KERNEL_BUILD_DIR)/$(PKG_NAME)
STAMP_PREPARED := $(STAMP_PREPARED)_$(call confvar,CONFIG_MTD_REDBOOT_PARTS)