forked from Ivasoft/openwrt
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:
committed by
Petr Štetiar
parent
2e6b6f9fca
commit
1da014fcca
@@ -1196,7 +1196,7 @@ config BUSYBOX_CONFIG_ZCIP
|
||||
See http://www.zeroconf.org for further details, and "zcip.script"
|
||||
in the busybox examples.
|
||||
|
||||
source udhcp/Config.in
|
||||
source "udhcp/Config.in"
|
||||
|
||||
config BUSYBOX_CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS
|
||||
string "ifup udhcpc command line options"
|
||||
|
||||
Reference in New Issue
Block a user