mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
30 lines
919 B
Diff
30 lines
919 B
Diff
From 21a8cd307466ad50a66bfc2f62687949d408a06f Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Sat, 15 Jul 2023 10:46:42 +0200
|
|
Subject: [PATCH 08/68] busybox: enable the watchdog tool
|
|
|
|
procd can currently only handle the main wdt. Enable the busybox
|
|
applet until procd can handle multiple devices.
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
package/utils/busybox/Config-defaults.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/package/utils/busybox/Config-defaults.in b/package/utils/busybox/Config-defaults.in
|
|
index b3c3f9a0b2..c22b20d8f2 100644
|
|
--- a/package/utils/busybox/Config-defaults.in
|
|
+++ b/package/utils/busybox/Config-defaults.in
|
|
@@ -2236,7 +2236,7 @@ config BUSYBOX_DEFAULT_WATCHDOG
|
|
default n
|
|
config BUSYBOX_DEFAULT_FEATURE_WATCHDOG_OPEN_TWICE
|
|
bool
|
|
- default n
|
|
+ default y
|
|
config BUSYBOX_DEFAULT_FEATURE_IPV6
|
|
bool
|
|
default y if IPV6
|
|
--
|
|
2.34.1
|
|
|