From a8b90b3e1da79bf8859e670b308bc828a337a9e1 Mon Sep 17 00:00:00 2001 From: nbd 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38247 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.11.0