Browse Source

orion_wdt is also available on kirkwood

SVN-Revision: 32811
Florian Fainelli 13 years ago
parent
commit
cb0eccf529
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/modules/other.mk

+ 1 - 1
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)