From a99885ad53da2651cbadab3983d9951bbc68d066 Mon Sep 17 00:00:00 2001 From: Saya Andy Date: Mon, 7 Sep 2026 19:41:44 +0700 Subject: feat: 7.2.3-4 - turn off all the arm64 platform kernel modules besides qcom and vexpress (used in qemu) - fix bayer order in rear camera resulting in color space shift --- make-sources.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make-sources.sh') diff --git a/make-sources.sh b/make-sources.sh index 7271bf8..5c11ee2 100755 --- a/make-sources.sh +++ b/make-sources.sh @@ -139,10 +139,10 @@ echo "${tarball} (${index} directories, ${total} patches)" #-------------------------------------- # Base config and fragments #-------------------------------------- -for cfg in base-aarch64 surface live-image no-debug-info; do +for cfg in base-aarch64 surface live-image no-debug-info foreign-socs; do cp "${script_dir}/config/${cfg}.config" "${output_dir}/${cfg}.config" done -echo "${output_dir}/{base-aarch64,surface,live-image,no-debug-info}.config" +echo "${output_dir}/{base-aarch64,surface,live-image,no-debug-info,foreign-socs}.config" if [[ ${skip_download} == true ]]; then exit 0 -- cgit v1.3.1+17