summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2018-05-27 09:22:40 +0200
committerJohn Crispin <john@phrozen.org>2018-06-19 07:52:30 +0200
commit747600e93c20f71ca249f8dc2a58b9ba4c658585 (patch)
tree021b2f732c69146b26f068ca38333ad56c512a50
parent25eb240f63adaa51882b7c9dee9a2e0b578b5ed1 (diff)
downloadmtk-20170518-747600e93c20f71ca249f8dc2a58b9ba4c658585.zip
mtk-20170518-747600e93c20f71ca249f8dc2a58b9ba4c658585.tar.gz
mtk-20170518-747600e93c20f71ca249f8dc2a58b9ba4c658585.tar.bz2
kernel: add missing softdog symbol
Signed-off-by: John Crispin <john@phrozen.org> (cherry picked from commit 9c409cb4e2670edddd8de5e8536ea295d44b9e16)
-rw-r--r--package/kernel/linux/modules/other.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 11f28f4..eb26a8b 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