aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-07-24 19:43:58 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-07-24 19:43:58 +0000
commitcb0eccf529fa7c7410997e88f5add533419ba76d (patch)
tree3f274c98f75760388db1b6d60c5d46590038dc6a /package
parent93dc8c8d1b69beabdaa92760fb05bf22ddbc0257 (diff)
downloadupstream-cb0eccf529fa7c7410997e88f5add533419ba76d.tar.gz
upstream-cb0eccf529fa7c7410997e88f5add533419ba76d.tar.bz2
upstream-cb0eccf529fa7c7410997e88f5add533419ba76d.zip
orion_wdt is also available on kirkwood
SVN-Revision: 32811
Diffstat (limited to 'package')
-rw-r--r--package/kernel/modules/other.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index badb39bc46..4a72a20b68 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -624,7 +624,7 @@ $(eval $(call KernelPackage,wdt-omap))
define KernelPackage/wdt-orion
SUBMENU:=$(OTHER_MENU)
TITLE:=Marvell Orion Watchdog timer
- DEPENDS:=@TARGET_orion
+ DEPENDS:=@TARGET_orion||@TARGET_kirkwood
KCONFIG:=CONFIG_ORION_WATCHDOG
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/orion_wdt.ko
AUTOLOAD:=$(call AutoLoad,50,orion_wdt)