projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5e85d5
)
kernel: disable kmod-iio for linux 3.6 as well (to avoid build issues due to missing...
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 28 Sep 2013 05:22:05 +0000
(
05:22
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 28 Sep 2013 05:22:05 +0000
(
05:22
+0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38247
package/kernel/linux/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/other.mk
b/package/kernel/linux/modules/other.mk
index bd8b357309b13367c9ff7474d445c063f7ff2b30..7fcd1056c3004aece0d546b2cfead97e1ceef165 100644
(file)
--- 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 \