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 <nbd@openwrt.org> SVN-Revision: 38247
This commit is contained in:
parent
a5e85d5a3e
commit
32d54de3b9
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ $(eval $(call KernelPackage,gpio-pcf857x))
|
||||||
|
|
||||||
define KernelPackage/iio-core
|
define KernelPackage/iio-core
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
DEPENDS:=@!LINUX_3_3
|
DEPENDS:=@!LINUX_3_3 @!LINUX_3_6
|
||||||
TITLE:=Industrial IO core
|
TITLE:=Industrial IO core
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_IIO \
|
CONFIG_IIO \
|
||||||
|
|
Loading…
Reference in a new issue