mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
build: fix -K
This commit is contained in:
2
build
2
build
@@ -137,7 +137,7 @@ BR2_ROOTFS_POST_SCRIPT_ARGS=\"${post_script_args}\"
|
|||||||
fi
|
fi
|
||||||
if [ -n "$linux_kernel_custom_config_file" ]; then
|
if [ -n "$linux_kernel_custom_config_file" ]; then
|
||||||
if [ -f "$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
|
if "${linux_reconfigure}"; then
|
||||||
touch "${linux_kernel_custom_config_file}"
|
touch "${linux_kernel_custom_config_file}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user