From 31932d5a1d4b4019d99b87a0aaab0f2348c5f3bc Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Wed, 25 Jan 2023 18:21:04 +0100 Subject: toradex_imx_v6_v7.config: Do not use -m flag in merge_config.sh The -m flag causes the script to not call make in the end. That means if we put e.g. CONFIG_MEDIA_SUPPORT to module, this does not disable all the configs below the one until make is being issued. fix the header that suggests to use this flag in order to enable us to simplify the diff config by disabling/putting to module whole categories of configs. Signed-off-by: Philippe Schenker (cherry picked from commit ebc968f1d7522b21ec8ffe19dbb87fd3f5d4ed6c) --- .../linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config index 1e7ee04..bb84d92 100644 --- a/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config +++ b/recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v6_v7.config @@ -2,7 +2,7 @@ ## it is used to generate toradex defconfig with the following command ## ## make imx_v6_v7_defconfig -## scripts/kconfig/merge_config.sh -m .config toradex_imx_v6_v7.config +## scripts/kconfig/merge_config.sh .config toradex_imx_v6_v7.config ## make savedefconfig # LZ4 support is better than LZO and provide good boot time performance -- cgit v1.2.3