projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa1afc1
)
kernel: allow building kmod-rtc-marvell for mvebu target
author
Florian Fainelli
<florian@openwrt.org>
Tue, 15 Jan 2013 19:55:26 +0000
(19:55 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 15 Jan 2013 19:55:26 +0000
(19:55 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35177
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index 28a24a028d122d03283cad94f3df9030d15a5ef8..486565a11bfb313ced30dc8487335e070d373c2e 100644
(file)
--- a/
package/kernel/modules/other.mk
+++ b/
package/kernel/modules/other.mk
@@
-393,7
+393,7
@@
define KernelPackage/rtc-marvell
SUBMENU:=$(OTHER_MENU)
TITLE:=Marvell SoC built-in RTC support
$(call AddDepends/rtc)
- DEPENDS+=@TARGET_kirkwood||TARGET_orion
+ DEPENDS+=@TARGET_kirkwood||TARGET_orion
||TARGET_mvebu
KCONFIG:=CONFIG_RTC_DRV_MV
FILES:=$(LINUX_DIR)/drivers/rtc/rtc-mv.ko
AUTOLOAD:=$(call AutoLoad,60,rtc-mv)