* Update busybox to 1.29.2 * refresh default config * remove upstreamed patches Config refreshed with cd config/ ../convert_menuconfig.pl ../../../../build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/busybox-1.29.2 cd .. ./convert_defaults.pl < ../../../build_dir/target-arm_cortex-a9+vfpv3_musl_eabi/busybox-1.29.2/.config > Config-defaults.in Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> Tested-by: Hans Dedecker <dedeckeh@gmail.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			204 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			204 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/scripts/kconfig/mconf.c
 | 
						|
+++ b/scripts/kconfig/mconf.c
 | 
						|
@@ -31,6 +31,10 @@
 | 
						|
 #define SIGWINCH 28
 | 
						|
 #endif
 | 
						|
 
 | 
						|
+#ifndef SIGWINCH
 | 
						|
+#define SIGWINCH 28
 | 
						|
+#endif
 | 
						|
+
 | 
						|
 #define LKC_DIRECT_LINK
 | 
						|
 #include "lkc.h"
 | 
						|
 
 |