[OpenWrt-Devel] [PATCH][RESEND] [kernel] at91: add missing dependency to kmod-at91-adc
John Szakmeister
john at szakmeister.net
Tue Dec 9 05:46:23 EST 2014
Signed-off-by: John Szakmeister <john at szakmeister.net>
---
target/linux/at91/modules.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/at91/modules.mk b/target/linux/at91/modules.mk
index 4678b92..7f98233 100644
--- a/target/linux/at91/modules.mk
+++ b/target/linux/at91/modules.mk
@@ -38,7 +38,7 @@ $(eval $(call KernelPackage,pwm-atmel))
define KernelPackage/at91-adc
SUBMENU:=$(OTHER_MENU)
TITLE:=ADC on atmel SoC
- DEPENDS:=@TARGET_at91 +kmod-iio-core
+ DEPENDS:=@TARGET_at91 +kmod-iio-core +kmod-input-core
KCONFIG:=CONFIG_AT91_ADC
FILES:=$(LINUX_DIR)/drivers/iio/adc/at91_adc.ko
AUTOLOAD:=$(call AutoLoad,40,at91_adc)
--
2.1.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list