mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38247 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ed435b0098
commit
4dd787c062
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user