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
4
4
BR2_DL_DIR="${BR2_EXTERNAL_CURIOS_PATH}/dl"
5
5
BR2_CCACHE=y
6
6
BR2_CCACHE_DIR="${BR2_EXTERNAL_CURIOS_PATH}/.ccache"
7
+ BR2_GLOBAL_PATCH_DIR="${BR2_EXTERNAL_CURIOS_PATH}/patches"
7
8
BR2_TARGET_GENERIC_HOSTNAME="curiOS"
8
9
BR2_TARGET_GENERIC_ISSUE="Welcome to curiOS"
9
10
# 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
5
5
BR2_DL_DIR="${BR2_EXTERNAL_CURIOS_PATH}/dl"
6
6
BR2_CCACHE=y
7
7
BR2_CCACHE_DIR="${BR2_EXTERNAL_CURIOS_PATH}/.ccache"
8
+ BR2_GLOBAL_PATCH_DIR="${BR2_EXTERNAL_CURIOS_PATH}/patches"
8
9
BR2_TARGET_GENERIC_HOSTNAME="curiOS"
9
10
BR2_TARGET_GENERIC_ISSUE="Welcome to curiOS"
10
11
# BR2_TARGET_GENERIC_GETTY is not set
You can’t perform that action at this time.
0 commit comments