mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	No deleted or manually refreshed patches. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			290 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			290 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/scripts/kconfig/conf.c
 | |
| +++ b/scripts/kconfig/conf.c
 | |
| @@ -215,6 +215,8 @@ static int conf_sym(struct menu *menu)
 | |
|  				break;
 | |
|  			continue;
 | |
|  		case 0:
 | |
| +			if (!sym_has_value(sym) && !tty_stdio && getenv("FAIL_ON_UNCONFIGURED"))
 | |
| +				exit(1);
 | |
|  			newval = oldval;
 | |
|  			break;
 | |
|  		case '?':
 |