From: nbd 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.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=a8b90b3e1da79bf8859e670b308bc828a337a9e1 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 --- 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 \