| author | 2026-09-07 19:41:44 +0700 | |
|---|---|---|
| committer | 2026-09-07 19:41:44 +0700 | |
| commit | a99885ad53da2651cbadab3983d9951bbc68d066 (patch) | |
| tree | 495906d3d4057dc6a28e2eb08eb2dd20e6dab65e /make-sources.sh | |
| parent | 9e3536989a362eb8b8b3a5834f97c1956d900caf (diff) | |
| download | kernel-surface-a99885ad53da2651cbadab3983d9951bbc68d066.tar.gz kernel-surface-a99885ad53da2651cbadab3983d9951bbc68d066.zip | |
feat: 7.2.3-4fedora-45-kernel-7.2.3-patchset-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
Diffstat (limited to 'make-sources.sh')
| -rwxr-xr-x | make-sources.sh | 4 |
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 |