[openwrt/openwrt] modules: iio-mxs-lradc: build on mxs only
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 20 06:19:32 PST 2018
wigyori pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/d2ac07055275769d6e61ab8e47dbe099cb4d6486
commit d2ac07055275769d6e61ab8e47dbe099cb4d6486
Author: Zoltan HERPAI <wigyori at uid0.hu>
AuthorDate: Tue Feb 20 15:01:00 2018 +0100
modules: iio-mxs-lradc: build on mxs only
Signed-off-by: Zoltan HERPAI <wigyori at uid0.hu>
---
package/kernel/linux/modules/iio.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/iio.mk b/package/kernel/linux/modules/iio.mk
index b9ab3b4..c35ccca 100644
--- a/package/kernel/linux/modules/iio.mk
+++ b/package/kernel/linux/modules/iio.mk
@@ -54,7 +54,7 @@ $(eval $(call KernelPackage,iio-ad799x))
define KernelPackage/iio-mxs-lradc
SUBMENU:=$(IIO_MENU)
- DEPENDS:=+kmod-iio-core
+ DEPENDS:=@TARGET_mxs +kmod-iio-core
TITLE:=Freescale i.MX23/i.MX28 LRADC ADC driver
KCONFIG:= \
CONFIG_MXS_LRADC_ADC
More information about the lede-commits
mailing list