From: John Crispin Date: Sun, 27 May 2018 07:22:40 +0000 (+0200) Subject: kernel: add missing softdog symbol X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=747600e93c20f71ca249f8dc2a58b9ba4c658585;p=librecmc%2Flibrecmc.git kernel: add missing softdog symbol Signed-off-by: John Crispin (cherry picked from commit 9c409cb4e2670edddd8de5e8536ea295d44b9e16) --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 11f28f4319..eb26a8ba08 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -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