From 6b095d18a1d142d1b99e638c0a61769e3de90fae Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Tue, 1 Oct 2013 22:37:17 +0000 Subject: [PATCH] at91: fix missing drivers/iio/adc/at91-adc.ko in kmod-at91-adc Signed-off-by: Hauke Mehrtens SVN-Revision: 38273 --- target/linux/at91/modules.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/at91/modules.mk b/target/linux/at91/modules.mk index 7866e5fd82..4678b92646 100644 --- a/target/linux/at91/modules.mk +++ b/target/linux/at91/modules.mk @@ -38,10 +38,10 @@ $(eval $(call KernelPackage,pwm-atmel)) define KernelPackage/at91-adc SUBMENU:=$(OTHER_MENU) TITLE:=ADC on atmel SoC - DEPENDS:=@TARGET_at91 + DEPENDS:=@TARGET_at91 +kmod-iio-core KCONFIG:=CONFIG_AT91_ADC - FILES:=$(LINUX_DIR)/drivers/iio/adc/at91-adc.ko - AUTOLOAD:=$(call AutoLoad,40,at91-adc) + FILES:=$(LINUX_DIR)/drivers/iio/adc/at91_adc.ko + AUTOLOAD:=$(call AutoLoad,40,at91_adc) endef define KernelPackage/at91-adc/description -- 2.30.2