diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-16 23:34:38 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-16 23:34:38 +0000 |
commit | 11776310f4b99c471d3443e40134d9f99e64562c (patch) | |
tree | 324ae3edbd935229e8280184e7ff986de9820fcf /package/mtd/Makefile | |
parent | 63f2a286ce8a6ca565535de046cc7450b145c44c (diff) | |
download | upstream-11776310f4b99c471d3443e40134d9f99e64562c.tar.gz upstream-11776310f4b99c471d3443e40134d9f99e64562c.tar.bz2 upstream-11776310f4b99c471d3443e40134d9f99e64562c.zip |
[package] mtd: request locked pages when mmap'ing the FIS table, cures random segfaults in table rewrite until
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=2d4dc890b5c8fabd818a8586607e6843c4375e62
is added.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21823 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mtd/Makefile')
-rw-r--r-- | package/mtd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mtd/Makefile b/package/mtd/Makefile index 9438b96fdc..332ce3034c 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:=12 +PKG_RELEASE:=13 PKG_BUILD_DIR := $(KERNEL_BUILD_DIR)/$(PKG_NAME) STAMP_PREPARED := $(STAMP_PREPARED)_$(call confvar,CONFIG_MTD_REDBOOT_PARTS) |