1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

target/sunxi: add dependency on sunxi to kmod-wdt-sunxi

SVN-Revision: 39693
This commit is contained in:
Nicolas Thill 2014-02-22 15:51:11 +00:00
parent 7a8f13f33c
commit 86f5a9cf78

@ -70,6 +70,7 @@ $(eval $(call KernelPackage,sun4i-emac))
define KernelPackage/wdt-sunxi
SUBMENU:=$(OTHER_MENU)
TITLE:=AllWinner sunXi Watchdog timer
DEPENDS:=@TARGET_sunxi
KCONFIG:=CONFIG_SUNXI_WATCHDOG
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/sunxi_wdt.ko
AUTOLOAD:=$(call AutoLoad,51,sunxi_wdt)