From 8d380589518392cf2568debe2a041a99fb59deef Mon Sep 17 00:00:00 2001 From: ferreo Date: Fri, 6 Dec 2024 12:36:58 +0100 Subject: [PATCH] Update main.sh --- main.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.sh b/main.sh index eb53400..b8017c7 100755 --- a/main.sh +++ b/main.sh @@ -2,16 +2,16 @@ set -e -#VERSION="$(date '+%Y%m%d').git" -VERSION='20241110' +VERSION="$(date '+%Y%m%d').git" +#VERSION='20241110' source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -#git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/ -b main --depth 1 -git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/ -b $VERSION --depth 1 +git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/ -b main --depth 1 +#git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/ -b $VERSION --depth 1 cp -rvf ./debian ./linux-firmware/ cp -rvf ./ath12k ./linux-firmware/ cd ./linux-firmware