projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90bc81b
)
[package] orion_wdt is also available on kirkwood
author
Florian Fainelli
<florian@openwrt.org>
Tue, 24 Jul 2012 19:43:58 +0000
(19:43 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 24 Jul 2012 19:43:58 +0000
(19:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32811
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index
badb39b
..
4a72a20
100644
(file)
--- 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)