Kconfig asks for
  Switch target support (EXPERIMENTAL) (DM_SWITCH) [N/m/?] (NEW)
and waits for user input which breaks automated builds when using
kernel 3.12.

Signed-off-by: Daniel Golle <dgo...@allnet.de>
---
 package/kernel/linux/modules/block.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kernel/linux/modules/block.mk 
b/package/kernel/linux/modules/block.mk
index 8a84aa4..7b6ef06 100644
--- a/package/kernel/linux/modules/block.mk
+++ b/package/kernel/linux/modules/block.mk
@@ -221,6 +221,7 @@ define KernelPackage/dm
        CONFIG_DM_MULTIPATH=n \
        CONFIG_DM_ZERO=n \
        CONFIG_DM_SNAPSHOT=n \
+       CONFIG_DM_SWITCH=n \
        CONFIG_DM_LOG_USERSPACE=n \
        CONFIG_MD=y \
        CONFIG_BLK_DEV_DM \
-- 
1.8.4.2
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to