mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-30 01:52:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			899 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			899 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From c3e8689eba6ceafc23973883131349ef89c714ed Mon Sep 17 00:00:00 2001
 | |
| From: John Crispin <john@phrozen.org>
 | |
| Date: Tue, 28 Jul 2020 09:21:04 +0200
 | |
| Subject: [PATCH 11/21] 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 04148df267..2389bbb8e0 100644
 | |
| --- a/package/utils/busybox/Config-defaults.in
 | |
| +++ b/package/utils/busybox/Config-defaults.in
 | |
| @@ -2182,7 +2182,7 @@ config BUSYBOX_DEFAULT_VOLNAME
 | |
|  	default n
 | |
|  config BUSYBOX_DEFAULT_WATCHDOG
 | |
|  	bool
 | |
| -	default n
 | |
| +	default y
 | |
|  config BUSYBOX_DEFAULT_FEATURE_IPV6
 | |
|  	bool
 | |
|  	default y if IPV6
 | |
| -- 
 | |
| 2.25.1
 | |
| 
 | 
