add atk override
This commit is contained in:
parent
58cfc78be0
commit
1380bd6e25
24
LICENSE.md
Normal file
24
LICENSE.md
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
MIT License (With Python Nvidia™ pkg generator compatibility)
|
||||||
|
|
||||||
|
Copyright (c) 2024 PikaOS
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
The files covered by this license are any files and directories in the root of this repository (including but not limited to: `*version*-*version*-main.sh`, `release.sh`, and `.github`), with the exception of the Nvidia™ version directories (`*version*`) and their contents, they are instead covered by `*version*/debian-*version*/copyright`.
|
3386
ath12k/WCN7850/hw2.0/Notice.txt
Normal file
3386
ath12k/WCN7850/hw2.0/Notice.txt
Normal file
File diff suppressed because it is too large
Load Diff
BIN
ath12k/WCN7850/hw2.0/amss.bin
Normal file
BIN
ath12k/WCN7850/hw2.0/amss.bin
Normal file
Binary file not shown.
BIN
ath12k/WCN7850/hw2.0/board-2.bin
Normal file
BIN
ath12k/WCN7850/hw2.0/board-2.bin
Normal file
Binary file not shown.
BIN
ath12k/WCN7850/hw2.0/board.bin
Normal file
BIN
ath12k/WCN7850/hw2.0/board.bin
Normal file
Binary file not shown.
BIN
ath12k/WCN7850/hw2.0/m3.bin
Normal file
BIN
ath12k/WCN7850/hw2.0/m3.bin
Normal file
Binary file not shown.
BIN
ath12k/WCN7850/hw2.0/regdb.bin
Normal file
BIN
ath12k/WCN7850/hw2.0/regdb.bin
Normal file
Binary file not shown.
7
main.sh
7
main.sh
@ -1,15 +1,12 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
LC_ALL=C apt list --installed | grep -F '[installed,local]'
|
|
||||||
|
|
||||||
exit 1
|
|
||||||
|
|
||||||
VERSION=$(date '+%Y%m%d')
|
VERSION=$(date '+%Y%m%d')
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
#git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
|
#git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
|
||||||
git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/ -b main
|
git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/ -b main
|
||||||
cp -rvn ./debian-firmware/* ./linux-firmware/
|
cp -rvf ./debian ./linux-firmware/
|
||||||
|
cp -rvf ./ath12k ./linux-firmware/
|
||||||
cd ./linux-firmware
|
cd ./linux-firmware
|
||||||
touch debian/changelog
|
touch debian/changelog
|
||||||
echo -e "linux-firmware ("$VERSION".git-101pika1) canary; urgency=medium\n\n * New Upstream Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
|
echo -e "linux-firmware ("$VERSION".git-101pika1) canary; urgency=medium\n\n * New Upstream Release\n\n -- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user