aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/config/util-linux
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/util-linux
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/util-linux')
-rw-r--r--package/utils/busybox/config/util-linux/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/config/util-linux/Config.in b/package/utils/busybox/config/util-linux/Config.in
index 1cb2245e32..1a3871e92c 100644
--- a/package/utils/busybox/config/util-linux/Config.in
+++ b/package/utils/busybox/config/util-linux/Config.in
@@ -994,6 +994,6 @@ config BUSYBOX_CONFIG_FEATURE_MTAB_SUPPORT
About the only reason to use this is if you've removed /proc from
your kernel.
-source volume_id/Config.in
+source "volume_id/Config.in"
endmenu