mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
target/sunxi: add dependency on sunxi to kmod-wdt-sunxi
SVN-Revision: 39693
This commit is contained in:
parent
7a8f13f33c
commit
86f5a9cf78
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue