We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba4c76 commit f5160a5Copy full SHA for f5160a5
1 file changed
getfirmware.sh
@@ -1,10 +1,12 @@
1
#!/bin/bash
2
localdir=firmware
3
-folders="mediatek"
+folders="aeonsemi airoha mediatek"
4
git clone -n --depth=1 --filter=tree:0 \
5
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git \
6
$localdir
7
cd $localdir
8
+git fetch --depth=1
9
+git reset --hard origin/main
10
git sparse-checkout set --no-cone $folders
11
git checkout
12
du -hs
0 commit comments