mirror of https://github.com/hak5/openwrt-owl.git
parent
7a8f13f33c
commit
86f5a9cf78
|
@ -70,6 +70,7 @@ $(eval $(call KernelPackage,sun4i-emac))
|
||||||
define KernelPackage/wdt-sunxi
|
define KernelPackage/wdt-sunxi
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=AllWinner sunXi Watchdog timer
|
TITLE:=AllWinner sunXi Watchdog timer
|
||||||
|
DEPENDS:=@TARGET_sunxi
|
||||||
KCONFIG:=CONFIG_SUNXI_WATCHDOG
|
KCONFIG:=CONFIG_SUNXI_WATCHDOG
|
||||||
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/sunxi_wdt.ko
|
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/sunxi_wdt.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,51,sunxi_wdt)
|
AUTOLOAD:=$(call AutoLoad,51,sunxi_wdt)
|
||||||
|
|
Loading…
Reference in New Issue