diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-01-15 19:55:26 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-01-15 19:55:26 +0000 |
commit | 8b21ccae13fbfc1b9afd503efd8b7c3a136124ce (patch) | |
tree | 79554ed1eab953e17f023a78cc8b2a1a3f91fca3 /package/kernel | |
parent | fa1afc1fa92b5f933c874424524f476418683e48 (diff) | |
download | upstream-8b21ccae13fbfc1b9afd503efd8b7c3a136124ce.tar.gz upstream-8b21ccae13fbfc1b9afd503efd8b7c3a136124ce.tar.bz2 upstream-8b21ccae13fbfc1b9afd503efd8b7c3a136124ce.zip |
kernel: allow building kmod-rtc-marvell for mvebu target
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35177
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/other.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 28a24a028d..486565a11b 100644 --- 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) |