From: Florian Fainelli Date: Tue, 24 Jul 2012 19:43:58 +0000 (+0000) Subject: [package] orion_wdt is also available on kirkwood X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5848299ba15a99061bf7ca2c8cbc9a96a589dfc4;p=openwrt%2Fsvn-archive%2Farchive.git [package] orion_wdt is also available on kirkwood SVN-Revision: 32811 --- 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)