Skip to content

Commit 1ee991b

Browse files
committed
configs: use simplified init also for system container
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 7d8ae0a commit 1ee991b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

configs/system_amd64_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_UCLIBC_STABLE=y
44
BR2_DL_DIR="${BR2_EXTERNAL_CURIOS_PATH}/dl"
55
BR2_CCACHE=y
66
BR2_CCACHE_DIR="${BR2_EXTERNAL_CURIOS_PATH}/.ccache"
7+
BR2_GLOBAL_PATCH_DIR="${BR2_EXTERNAL_CURIOS_PATH}/patches"
78
BR2_TARGET_GENERIC_HOSTNAME="curiOS"
89
BR2_TARGET_GENERIC_ISSUE="Welcome to curiOS"
910
# BR2_TARGET_GENERIC_GETTY is not set

configs/system_arm64_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_UCLIBC_STABLE=y
55
BR2_DL_DIR="${BR2_EXTERNAL_CURIOS_PATH}/dl"
66
BR2_CCACHE=y
77
BR2_CCACHE_DIR="${BR2_EXTERNAL_CURIOS_PATH}/.ccache"
8+
BR2_GLOBAL_PATCH_DIR="${BR2_EXTERNAL_CURIOS_PATH}/patches"
89
BR2_TARGET_GENERIC_HOSTNAME="curiOS"
910
BR2_TARGET_GENERIC_ISSUE="Welcome to curiOS"
1011
# BR2_TARGET_GENERIC_GETTY is not set

0 commit comments

Comments
 (0)