diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-24 19:43:58 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-24 19:43:58 +0000 |
commit | 7ee23fa260ad597e82771fdeed25642260ff4650 (patch) | |
tree | 0b43684767f551f31bb1c95d0c4f88d7efd86bde /package/kernel | |
parent | 90bc81bd9e2673e2d0a62618a7989e31804f1dbf (diff) | |
download | master-187ad058-7ee23fa260ad597e82771fdeed25642260ff4650.tar.gz master-187ad058-7ee23fa260ad597e82771fdeed25642260ff4650.tar.bz2 master-187ad058-7ee23fa260ad597e82771fdeed25642260ff4650.zip |
[package] orion_wdt is also available on kirkwood
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32811 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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) |