Skip to content
Snippets Groups Projects
Commit 9c409cb4 authored by John Crispin's avatar John Crispin
Browse files

kernel: add missing softdog symbol


Signed-off-by: default avatarJohn Crispin <john@phrozen.org>
parent de6162e8
No related branches found
No related tags found
No related merge requests found
......@@ -411,7 +411,8 @@ $(eval $(call KernelPackage,rfkill))
define KernelPackage/softdog
SUBMENU:=$(OTHER_MENU)
TITLE:=Software watchdog driver
KCONFIG:=CONFIG_SOFT_WATCHDOG
KCONFIG:=CONFIG_SOFT_WATCHDOG \
CONFIG_SOFT_WATCHDOG_PRETIMEOUT=n
FILES:=$(LINUX_DIR)/drivers/$(WATCHDOG_DIR)/softdog.ko
AUTOLOAD:=$(call AutoLoad,50,softdog,1)
endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment