aboutsummaryrefslogtreecommitdiffci
path: root/make-sources.sh
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
authorGravatar Saya Andy <saya.andy@posteo.com> 2026-09-07 19:41:44 +0700
committerGravatar Saya Andy <saya.andy@posteo.com> 2026-09-07 19:41:44 +0700
commita99885ad53da2651cbadab3983d9951bbc68d066 (patch)
tree495906d3d4057dc6a28e2eb08eb2dd20e6dab65e /make-sources.sh
parent9e3536989a362eb8b8b3a5834f97c1956d900caf (diff)
downloadkernel-surface-a99885ad53da2651cbadab3983d9951bbc68d066.tar.gz
kernel-surface-a99885ad53da2651cbadab3983d9951bbc68d066.zip
- 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
Diffstat (limited to 'make-sources.sh')
-rwxr-xr-xmake-sources.sh4
1 files changed, 2 insertions, 2 deletions
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