From: Felix Fietkau Date: Sat, 28 Sep 2013 05:22:05 +0000 (+0000) Subject: kernel: disable kmod-iio for linux 3.6 as well (to avoid build issues due to missing... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=32d54de3b9460fb87b6743d1b3386f8c5e0873b1;p=librecmc%2Flibrecmc.git 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 --- 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 \