busybox: quote 'source' filenames in Config.in
Newer versions of the kconfig program requires quoting the arguments of the 'source' directive. These are the last ones not using them. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
		 Eneas U de Queiroz
					Eneas U de Queiroz
				
			
				
					committed by
					
						 Petr Štetiar
						Petr Štetiar
					
				
			
			
				
	
			
			
			 Petr Štetiar
						Petr Štetiar
					
				
			
						parent
						
							2e6b6f9fca
						
					
				
				
					commit
					1da014fcca
				
			| @@ -702,30 +702,30 @@ config BUSYBOX_CONFIG_EFENCE | |||||||
|  |  | ||||||
| endchoice | endchoice | ||||||
|  |  | ||||||
| source libbb/Config.in | source "libbb/Config.in" | ||||||
|  |  | ||||||
| endmenu | endmenu | ||||||
|  |  | ||||||
| comment "Applets" | comment "Applets" | ||||||
|  |  | ||||||
| source archival/Config.in | source "archival/Config.in" | ||||||
| source coreutils/Config.in | source "coreutils/Config.in" | ||||||
| source console-tools/Config.in | source "console-tools/Config.in" | ||||||
| source debianutils/Config.in | source "debianutils/Config.in" | ||||||
| source klibc-utils/Config.in | source "klibc-utils/Config.in" | ||||||
| source editors/Config.in | source "editors/Config.in" | ||||||
| source findutils/Config.in | source "findutils/Config.in" | ||||||
| source init/Config.in | source "init/Config.in" | ||||||
| source loginutils/Config.in | source "loginutils/Config.in" | ||||||
| source e2fsprogs/Config.in | source "e2fsprogs/Config.in" | ||||||
| source modutils/Config.in | source "modutils/Config.in" | ||||||
| source util-linux/Config.in | source "util-linux/Config.in" | ||||||
| source miscutils/Config.in | source "miscutils/Config.in" | ||||||
| source networking/Config.in | source "networking/Config.in" | ||||||
| source printutils/Config.in | source "printutils/Config.in" | ||||||
| source mailutils/Config.in | source "mailutils/Config.in" | ||||||
| source procps/Config.in | source "procps/Config.in" | ||||||
| source runit/Config.in | source "runit/Config.in" | ||||||
| source selinux/Config.in | source "selinux/Config.in" | ||||||
| source shell/Config.in | source "shell/Config.in" | ||||||
| source sysklogd/Config.in | source "sysklogd/Config.in" | ||||||
|   | |||||||
| @@ -1196,7 +1196,7 @@ config BUSYBOX_CONFIG_ZCIP | |||||||
| 	See http://www.zeroconf.org for further details, and "zcip.script" | 	See http://www.zeroconf.org for further details, and "zcip.script" | ||||||
| 	in the busybox examples. | 	in the busybox examples. | ||||||
|  |  | ||||||
| source udhcp/Config.in | source "udhcp/Config.in" | ||||||
|  |  | ||||||
| config BUSYBOX_CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS | config BUSYBOX_CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS | ||||||
| 	string "ifup udhcpc command line options" | 	string "ifup udhcpc command line options" | ||||||
|   | |||||||
| @@ -994,6 +994,6 @@ config BUSYBOX_CONFIG_FEATURE_MTAB_SUPPORT | |||||||
| 	About the only reason to use this is if you've removed /proc from | 	About the only reason to use this is if you've removed /proc from | ||||||
| 	your kernel. | 	your kernel. | ||||||
|  |  | ||||||
| source volume_id/Config.in | source "volume_id/Config.in" | ||||||
|  |  | ||||||
| endmenu | endmenu | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user