diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-09-03 18:14:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-09-03 18:14:32 +0000 |
commit | 2a541325d3db510c2b5aee30dc88c72255a797c0 (patch) | |
tree | 1bb4a97aa965348498a9c6cedeb907d5cc018cfc /package/mtd/Makefile | |
parent | 6734c999af7372e8e8220efcf30fee1e6463b87c (diff) | |
download | upstream-2a541325d3db510c2b5aee30dc88c72255a797c0.tar.gz upstream-2a541325d3db510c2b5aee30dc88c72255a797c0.tar.bz2 upstream-2a541325d3db510c2b5aee30dc88c72255a797c0.zip |
package/mtd: write remaining data after adding file to the jffs2 partition
SVN-Revision: 22881
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 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) |