Author: hauke Date: 2014-09-14 00:10:00 +0200 (Sun, 14 Sep 2014) New Revision: 42528
Modified: trunk/target/linux/at91/config-default trunk/target/linux/mcs814x/config-default trunk/target/linux/x86/olpc/config-3.10 Log: 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 <[email protected]> Modified: trunk/target/linux/at91/config-default =================================================================== --- trunk/target/linux/at91/config-default 2014-09-13 21:25:21 UTC (rev 42527) +++ trunk/target/linux/at91/config-default 2014-09-13 22:10:00 UTC (rev 42528) @@ -26,7 +26,6 @@ CONFIG_AT91_TIMER_HZ=100 CONFIG_ATAGS=y # CONFIG_ATMEL_TCLIB is not set -# CONFIG_BLK_DEV is not set # CONFIG_BLK_DEV_INITRD is not set # CONFIG_CACHE_L2X0 is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y Modified: trunk/target/linux/mcs814x/config-default =================================================================== --- trunk/target/linux/mcs814x/config-default 2014-09-13 21:25:21 UTC (rev 42527) +++ trunk/target/linux/mcs814x/config-default 2014-09-13 22:10:00 UTC (rev 42528) @@ -18,7 +18,6 @@ # CONFIG_ARPD is not set CONFIG_BCMA_POSSIBLE=y CONFIG_BINFMT_MISC=y -# CONFIG_BLK_DEV is not set # CONFIG_BRIDGE is not set # CONFIG_CACHE_L2X0 is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y Modified: trunk/target/linux/x86/olpc/config-3.10 =================================================================== --- trunk/target/linux/x86/olpc/config-3.10 2014-09-13 21:25:21 UTC (rev 42527) +++ trunk/target/linux/x86/olpc/config-3.10 2014-09-13 22:10:00 UTC (rev 42528) @@ -4,7 +4,6 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
