orion_wdt is also available on kirkwood
authorFlorian Fainelli <florian@openwrt.org>
Tue, 24 Jul 2012 19:43:58 +0000 (19:43 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 24 Jul 2012 19:43:58 +0000 (19:43 +0000)
SVN-Revision: 32811

package/kernel/modules/other.mk

index badb39bc46b53e3cbc6b731348fdfb880c86bc4d..4a72a20b68c38cf35fe6368afdd43ff8886cd53e 100644 (file)
@@ -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)