From d3edb49ac0844478da02f434622067339f085e9d Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 27 Sep 2013 20:54:00 +0000 Subject: [PATCH] kernel: add missing symbols for iio on older kernel versions Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38240 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/generic/config-3.6 | 1 + target/linux/generic/config-3.8 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index 0b7f98bafd..c7c00ce6df 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/generic/config-3.6 @@ -1083,6 +1083,7 @@ CONFIG_HZ_100=y # CONFIG_IGB is not set # CONFIG_IGBVF is not set # CONFIG_IIO is not set +# CONFIG_IIO_ST_HWMON is not set # CONFIG_IKCONFIG is not set # CONFIG_IKCONFIG_PROC is not set # CONFIG_IMAGE_CMDLINE_HACK is not set diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8 index 08f2bfad73..36b2748497 100644 --- a/target/linux/generic/config-3.8 +++ b/target/linux/generic/config-3.8 @@ -1189,6 +1189,7 @@ CONFIG_HZ_100=y # CONFIG_IGB is not set # CONFIG_IGBVF is not set # CONFIG_IIO is not set +# CONFIG_IIO_ST_HWMON is not set # CONFIG_IIO_BUFFER_CB is not set CONFIG_IIO_CONSUMERS_PER_TRIGGER=2 # CONFIG_IIO_GPIO_TRIGGER is not set -- 2.11.0