diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-10-18 07:22:59 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-10-18 07:22:59 +0000 |
commit | 2315eab15e9b66c79c603bc7e130d61a37c858a9 (patch) | |
tree | 6d9714e2397ea0ccd7e08c849ece661e5fca5b72 /package/mtd/Makefile | |
parent | 46e8e9d17685273c85a327af8fcdb57cfc1da8f6 (diff) | |
download | upstream-2315eab15e9b66c79c603bc7e130d61a37c858a9.tar.gz upstream-2315eab15e9b66c79c603bc7e130d61a37c858a9.tar.bz2 upstream-2315eab15e9b66c79c603bc7e130d61a37c858a9.zip |
package/mtd: add option for fixing seama images
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33841 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mtd/Makefile')
-rw-r--r-- | package/mtd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mtd/Makefile b/package/mtd/Makefile index 8521128b18..ec487e520f 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) |