projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d485c7
)
at91: fix missing drivers/iio/adc/at91-adc.ko in kmod-at91-adc
author
Hauke Mehrtens
<
[email protected]
>
Tue, 1 Oct 2013 22:37:17 +0000
(22:37 +0000)
committer
Hauke Mehrtens
<
[email protected]
>
Tue, 1 Oct 2013 22:37:17 +0000
(22:37 +0000)
Signed-off-by: Hauke Mehrtens <
[email protected]
>
SVN-Revision: 38273
target/linux/at91/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/at91/modules.mk
b/target/linux/at91/modules.mk
index 7866e5fd82a9a7d3c2c6a82c9d1bec120cbbd761..4678b926462295b9867b6bc8244e35b535752e0f 100644
(file)
--- 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