diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2020-04-07 17:07:20 -0300 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-09 12:51:10 +0200 |
commit | 1da014fcca2deb7b4e39f1b5bdd1bc1f10e724b5 (patch) | |
tree | da96d7e2190df1fb273676ae3c060990c06f15b0 /package/utils/busybox/config/util-linux | |
parent | 2e6b6f9fcaaea33b0b66026d9f40e775470c5ef4 (diff) | |
download | upstream-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.in | 2 |
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 |