aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/config/networking/Config.in
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2020-04-07 17:07:20 -0300
committerPetr Štetiar <ynezz@true.cz>2020-04-09 12:51:10 +0200
commit1da014fcca2deb7b4e39f1b5bdd1bc1f10e724b5 (patch)
treeda96d7e2190df1fb273676ae3c060990c06f15b0 /package/utils/busybox/config/networking/Config.in
parent2e6b6f9fcaaea33b0b66026d9f40e775470c5ef4 (diff)
downloadupstream-1da014fcca2deb7b4e39f1b5bdd1bc1f10e724b5.tar.gz
upstream-1da014fcca2deb7b4e39f1b5bdd1bc1f10e724b5.tar.bz2
upstream-1da014fcca2deb7b4e39f1b5bdd1bc1f10e724b5.zip
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>
Diffstat (limited to 'package/utils/busybox/config/networking/Config.in')
-rw-r--r--package/utils/busybox/config/networking/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/config/networking/Config.in b/package/utils/busybox/config/networking/Config.in
index 1a740d998e..f07a2d46e5 100644
--- a/package/utils/busybox/config/networking/Config.in
+++ b/package/utils/busybox/config/networking/Config.in
@@ -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"