Author: wigyori
Date: 2014-12-12 14:18:29 +0100 (Fri, 12 Dec 2014)
New Revision: 43656

Modified:
   trunk/target/linux/mxs/modules.mk
Log:
mxs: change mxs-lradc module to depend on kmod-iio-core instead of hardcoding

Signed-off-by: Harald Geyer <[email protected]>
Signed-off-by: Zoltan HERPAI <[email protected]>



Modified: trunk/target/linux/mxs/modules.mk
===================================================================
--- trunk/target/linux/mxs/modules.mk   2014-12-12 12:37:51 UTC (rev 43655)
+++ trunk/target/linux/mxs/modules.mk   2014-12-12 13:18:29 UTC (rev 43656)
@@ -57,11 +57,10 @@
 define KernelPackage/iio-mxs-lradc
     SUBMENU:=$(OTHER_MENU)
     TITLE:=LRADC driver for i.MX23/28
-    DEPENDS:=@TARGET_mxs
+    DEPENDS:=@TARGET_mxs +kmod-iio-core
     KCONFIG:=CONFIG_MXS_LRADC
-    FILES:=$(LINUX_DIR)/drivers/staging/iio/adc/mxs-lradc.ko \
-       $(LINUX_DIR)/drivers/iio/industrialio-triggered-buffer.ko
-    AUTOLOAD:=$(call AutoLoad,70,industrialio-triggered-buffer mxs-lradc)
+    FILES:=$(LINUX_DIR)/drivers/staging/iio/adc/mxs-lradc.ko 
+    AUTOLOAD:=$(call AutoLoad,70,mxs-lradc)
 endef
 
 define KernelPackage/iio-mxs-lradc/description
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to