Update main.sh

This commit is contained in:
ferreo 2024-12-06 12:36:58 +01:00
parent 1f1bc334f7
commit 8d38058951

View File

@ -2,16 +2,16 @@
set -e set -e
#VERSION="$(date '+%Y%m%d').git" VERSION="$(date '+%Y%m%d').git"
VERSION='20241110' #VERSION='20241110'
source ./pika-build-config.sh source ./pika-build-config.sh
echo "$PIKA_BUILD_ARCH" > pika-build-arch echo "$PIKA_BUILD_ARCH" > pika-build-arch
# Clone Upstream # 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 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 $VERSION --depth 1
cp -rvf ./debian ./linux-firmware/ cp -rvf ./debian ./linux-firmware/
cp -rvf ./ath12k ./linux-firmware/ cp -rvf ./ath12k ./linux-firmware/
cd ./linux-firmware cd ./linux-firmware