File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_UCLIBC_STABLE=y
44BR2_DL_DIR="${BR2_EXTERNAL_CURIOS_PATH}/dl"
55BR2_CCACHE=y
66BR2_CCACHE_DIR="${BR2_EXTERNAL_CURIOS_PATH}/.ccache"
7+ BR2_GLOBAL_PATCH_DIR="${BR2_EXTERNAL_CURIOS_PATH}/patches"
78BR2_TARGET_GENERIC_HOSTNAME="curiOS"
89BR2_TARGET_GENERIC_ISSUE="Welcome to curiOS"
910# BR2_TARGET_GENERIC_GETTY is not set
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_AARCH64_UCLIBC_STABLE=y
55BR2_DL_DIR="${BR2_EXTERNAL_CURIOS_PATH}/dl"
66BR2_CCACHE=y
77BR2_CCACHE_DIR="${BR2_EXTERNAL_CURIOS_PATH}/.ccache"
8+ BR2_GLOBAL_PATCH_DIR="${BR2_EXTERNAL_CURIOS_PATH}/patches"
89BR2_TARGET_GENERIC_HOSTNAME="curiOS"
910BR2_TARGET_GENERIC_ISSUE="Welcome to curiOS"
1011# BR2_TARGET_GENERIC_GETTY is not set
You can’t perform that action at this time.
0 commit comments