aboutsummaryrefslogtreecommitdiffstats
path: root/package/mtd/Makefile
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-10-08 09:59:47 +0000
committerJonas Gorski <jogo@openwrt.org>2012-10-08 09:59:47 +0000
commitdd81dc48dd50dbee1cbaacc01935dab76cf32e7f (patch)
tree1497dd5e6e63d646a4e7d40abbf16a608f46f7da /package/mtd/Makefile
parentf16ea6be3f8b21111cf1c965390229d07d1aecf4 (diff)
downloadupstream-dd81dc48dd50dbee1cbaacc01935dab76cf32e7f.tar.gz
upstream-dd81dc48dd50dbee1cbaacc01935dab76cf32e7f.tar.bz2
upstream-dd81dc48dd50dbee1cbaacc01935dab76cf32e7f.zip
package: mtd: use in-kernel bcm63xx image tag header
Use the image tag header from the kernel instead of an external header file. SVN-Revision: 33654
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 7ca6b0e625..8521128b18 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:=18
+PKG_RELEASE:=19
PKG_BUILD_DIR := $(KERNEL_BUILD_DIR)/$(PKG_NAME)
STAMP_PREPARED := $(STAMP_PREPARED)_$(call confvar,CONFIG_MTD_REDBOOT_PARTS)