core/linux: making CONFIG_MTD_BLOCK a module so it the kernel wont spit out garbage trying to access the nand like a regular block device

This commit is contained in:
root 2012-11-24 14:50:47 -05:00
parent 4e43969f33
commit e9561aafc8
2 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,7 @@ pkgname=('linux' 'linux-headers')
_kernelname=${pkgname#linux}
_basekernel=3.1
pkgver=${_basekernel}.10
pkgrel=13
pkgrel=14
cryptover=1.4
arch=('arm')
url="http://www.kernel.org/"

View file

@ -1011,7 +1011,8 @@ CONFIG_MTD_CMDLINE_PARTS=y
#
CONFIG_MTD_CHAR=y
CONFIG_MTD_BLKDEVS=y
CONFIG_MTD_BLOCK=y
CONFIG_MTD_BLOCK=m
# CONFIG_MTD_BLOCK_RO is not set
# CONFIG_FTL is not set
# CONFIG_NFTL is not set
# CONFIG_INFTL is not set