From 30103cc1079d6e5d6a80d3fde7c8d5bb6013f1e8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 28 Sep 2013 05:22:05 +0000 Subject: [PATCH] kernel: disable kmod-iio for linux 3.6 as well (to avoid build issues due to missing config symbol changes) Signed-off-by: Felix Fietkau SVN-Revision: 38247 --- package/kernel/linux/modules/other.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index bd8b357309..7fcd1056c3 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -195,7 +195,7 @@ $(eval $(call KernelPackage,gpio-pcf857x)) define KernelPackage/iio-core SUBMENU:=$(OTHER_MENU) - DEPENDS:=@!LINUX_3_3 + DEPENDS:=@!LINUX_3_3 @!LINUX_3_6 TITLE:=Industrial IO core KCONFIG:= \ CONFIG_IIO \ -- 2.30.2