summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/defconfig b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/defconfig
index e544a0a4a5..ceb0ffa30c 100644
--- a/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/defconfig
+++ b/scripts/lib/bsp/substrate/target/arch/common/recipes-kernel/linux/{{ if kernel_choice == "custom": }} linux-yocto-custom/defconfig
@@ -2,4 +2,4 @@
2# Placeholder for custom default kernel configuration. yocto-bsp will 2# Placeholder for custom default kernel configuration. yocto-bsp will
3# replace this file with a user-specified defconfig. 3# replace this file with a user-specified defconfig.
4# 4#
5{{ if custom_kernel_defconfig: replace_file(current_file, custom_kernel_defconfig) }} 5{{ if custom_kernel_defconfig: replace_file(of, custom_kernel_defconfig) }}