summaryrefslogtreecommitdiff
path: root/package/mtd/Makefile
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2011-11-09 21:16:36 +0000
committerJonas Gorski <jogo@openwrt.org>2011-11-09 21:16:36 +0000
commitf53128f79b8fa5ec781c6c8957477b46c6198e8f (patch)
treee4dae86e656a23c52dc608cf832f2a45e4c4e184 /package/mtd/Makefile
parent44da6400cde94d6b3cb7581cf474282ea1bcafd3 (diff)
downloadmtk-20170518-f53128f79b8fa5ec781c6c8957477b46c6198e8f.zip
mtk-20170518-f53128f79b8fa5ec781c6c8957477b46c6198e8f.tar.gz
mtk-20170518-f53128f79b8fa5ec781c6c8957477b46c6198e8f.tar.bz2
target: linux: mtd: fix MTDREFRESH to an arbitrary high number
To make the ioctl number "stable", use an arbitrary high number to prevent conflicts with new mtd ioctls that would push MTDREFRESH's number. Also make mtd use the in-kernel mtd headers. SVN-Revision: 28893
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 f416d6b..49a760b 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:=16
+PKG_RELEASE:=17
PKG_BUILD_DIR := $(KERNEL_BUILD_DIR)/$(PKG_NAME)
STAMP_PREPARED := $(STAMP_PREPARED)_$(call confvar,CONFIG_MTD_REDBOOT_PARTS)