aboutsummaryrefslogtreecommitdiffstats
path: root/package/mtd/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-09-03 18:14:32 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-09-03 18:14:32 +0000
commit7c4834a937fd0b5aeb3d845c0d389de50b15cc3b (patch)
tree6075088c2c0b4d3c2f783c7a44459e6c970e1e02 /package/mtd/Makefile
parent6fe46ff0d100dcef5363e9acb6701321d3f97519 (diff)
downloadupstream-7c4834a937fd0b5aeb3d845c0d389de50b15cc3b.tar.gz
upstream-7c4834a937fd0b5aeb3d845c0d389de50b15cc3b.tar.bz2
upstream-7c4834a937fd0b5aeb3d845c0d389de50b15cc3b.zip
package/mtd: write remaining data after adding file to the jffs2 partition
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22881 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 332ce3034c..3b4dd5523d 100644
--- a/package/mtd/Makefile
+++ b/package/mtd/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2009 OpenWrt.org
+# Copyright (C) 2006-2010 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:=13
+PKG_RELEASE:=14
PKG_BUILD_DIR := $(KERNEL_BUILD_DIR)/$(PKG_NAME)
STAMP_PREPARED := $(STAMP_PREPARED)_$(call confvar,CONFIG_MTD_REDBOOT_PARTS)