mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:37:10 +02:00
[package] orion_wdt is also available on kirkwood
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32811 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cbc6bff128
commit
fe61983ee0
@ -624,7 +624,7 @@ $(eval $(call KernelPackage,wdt-omap))
|
|||||||
define KernelPackage/wdt-orion
|
define KernelPackage/wdt-orion
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Marvell Orion Watchdog timer
|
TITLE:=Marvell Orion Watchdog timer
|
||||||
DEPENDS:=@TARGET_orion
|
DEPENDS:=@TARGET_orion||@TARGET_kirkwood
|
||||||
KCONFIG:=CONFIG_ORION_WATCHDOG
|
KCONFIG:=CONFIG_ORION_WATCHDOG
|
||||||
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/orion_wdt.ko
|
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/orion_wdt.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,50,orion_wdt)
|
AUTOLOAD:=$(call AutoLoad,50,orion_wdt)
|
||||||
|
Loading…
Reference in New Issue
Block a user