From: Nasser Afshin Date: Wed, 14 Nov 2018 07:46:05 +0000 (+0330) Subject: utils/test-pkg: use the correct config prefix when merging X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ca206e5a14167ae86b9aba9a65e2392edcb9a70;p=buildroot.git utils/test-pkg: use the correct config prefix when merging We should use an empty prefix as we do not have any prefix. Note that BR2_ is mere a convention. Signed-off-by: Nasser Afshin Reviewed-by: Petr Vorel Acked-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/utils/test-pkg b/utils/test-pkg index aa91ee02cf..e4f68ed061 100755 --- a/utils/test-pkg +++ b/utils/test-pkg @@ -129,7 +129,7 @@ build_one() { mkdir -p "${dir}" - support/kconfig/merge_config.sh -O "${dir}" \ + CONFIG_= support/kconfig/merge_config.sh -O "${dir}" \ "${toolchainconfig}" "support/config-fragments/minimal.config" "${cfg}" \ >> "${dir}/logfile" 2>&1 # We want all the options from the snippet to be present as-is (set