From 2b2b433adecc03c5dd0469ec6e73d14e2072c0f6 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 15 May 2018 15:03:39 +0100 Subject: [PATCH] build: fix -K --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 4259753..add0aea 100755 --- a/build +++ b/build @@ -137,7 +137,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS=\"${post_script_args}\" fi if [ -n "$linux_kernel_custom_config_file" ]; then if [ -f "$linux_kernel_custom_config_file" ]; then - printf "BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE=\"${linux_kernel_custom_config_file}\"\n" >> "$config_file" + printf "BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y\nBR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE=\"${linux_kernel_custom_config_file}\"\n" >> "$config_file" if "${linux_reconfigure}"; then touch "${linux_kernel_custom_config_file}" fi