2
0
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:
Eneas U de Queiroz
2020-04-07 17:07:20 -03:00
committed by Petr Štetiar
parent 2e6b6f9fca
commit 1da014fcca
3 changed files with 24 additions and 24 deletions

View File

@@ -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"