diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-09-13 22:10:00 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-09-13 22:10:00 +0000 |
commit | 3ff58fd77af7a289371906701e4650c88a4463fe (patch) | |
tree | a6097a0a71bc7620f3687d75d29b572e61f050c7 /target/linux/x86/olpc | |
parent | 00f2f858bbb29dda62dae7eefa14477862963691 (diff) | |
download | master-187ad058-3ff58fd77af7a289371906701e4650c88a4463fe.tar.gz master-187ad058-3ff58fd77af7a289371906701e4650c88a4463fe.tar.bz2 master-187ad058-3ff58fd77af7a289371906701e4650c88a4463fe.zip |
kernel: do not deactivate CONFIG_BLK_DEV
CONFIG_BLK_DEV does not activate any functionality, but many code, but
makes it possible to activate other options. Deactivating this breaks
the build of kmod-zram.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42528 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/olpc')
-rw-r--r-- | target/linux/x86/olpc/config-3.10 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86/olpc/config-3.10 b/target/linux/x86/olpc/config-3.10 index c46f178cc1..7ad86c0000 100644 --- a/target/linux/x86/olpc/config-3.10 +++ b/target/linux/x86/olpc/config-3.10 @@ -4,7 +4,6 @@ CONFIG_BACKLIGHT_GENERIC=y CONFIG_BACKLIGHT_LCD_SUPPORT=y # CONFIG_BACKLIGHT_SAHARA is not set CONFIG_BATTERY_OLPC=y -# CONFIG_BLK_DEV is not set CONFIG_BLK_DEV_SR=y CONFIG_BLK_DEV_SR_VENDOR=y # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set |