firmware-asus-s5507q: remove ath12k firmware override
With the latest release of linux-firmware, ath12k regression is now fixed, so there is no need to bring our own wifi fw: -225e865382-da7cfa95cfPart-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6681
This commit is contained in:
parent
8c2bf6c07e
commit
adea3cc823
2 changed files with 2 additions and 15 deletions
|
|
@ -1,6 +1,6 @@
|
|||
pkgname=firmware-asus-s5507q
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgver=2
|
||||
pkgrel=0
|
||||
_commit="2f3f3b5cc679f88a6f672490778e19016e51a70b"
|
||||
pkgdesc="Firmware files for ASUS Vivobook S 15"
|
||||
url="https://github.com/binarycraft007/firmware-asus-s5507q"
|
||||
|
|
@ -14,18 +14,15 @@ depends="
|
|||
license="proprietary"
|
||||
source="$pkgname-$_commit.tar.gz::$url/archive/$_commit.tar.gz
|
||||
dpu.files
|
||||
wifi.files
|
||||
audio.files
|
||||
common.files
|
||||
"
|
||||
options="!check !strip !archcheck !spdx !tracedeps pmb:cross-native"
|
||||
builddir="$srcdir/firmware-asus-s5507q-$_commit"
|
||||
replaces="linux-firmware-ath12k"
|
||||
|
||||
subpackages="
|
||||
$pkgname-common:common
|
||||
$pkgname-dpu:dpu
|
||||
$pkgname-wifi:wifi
|
||||
$pkgname-audio:audio
|
||||
"
|
||||
|
||||
|
|
@ -40,12 +37,6 @@ common() {
|
|||
install -Dm644 "$srcdir/common.files" "$subpkgdir/usr/share/mkinitfs/files/common.files"
|
||||
}
|
||||
|
||||
wifi() {
|
||||
while IFS="" read -r _i || [ -n "$_i" ]; do
|
||||
install -Dm644 "$builddir/$_i" "$subpkgdir/$_i"
|
||||
done < "$srcdir/wifi.files"
|
||||
}
|
||||
|
||||
audio() {
|
||||
while IFS="" read -r _i || [ -n "$_i" ]; do
|
||||
install -Dm644 "$builddir/$_i" "$subpkgdir/$_i"
|
||||
|
|
@ -59,7 +50,6 @@ dpu() {
|
|||
sha512sums="
|
||||
45f66a759102987a47cb7c30a67a4350c2590958a62b542261324de4ea60ab160e96f16406f65241c91d1e172f6d486e1c8476f03e15ffc246e03a22b8c03ca4 firmware-asus-s5507q-2f3f3b5cc679f88a6f672490778e19016e51a70b.tar.gz
|
||||
1ab5d99b050db2a65d0ada43e333145bf59b38a9658116c80977d01f94b3dbb0c3e9c2f30824f96e43f949706857a777024c0f095b989eaef013c4d5e5238cfc dpu.files
|
||||
d424a5ec8e278cd6a3095714ca97284174c01583aa55d2666d8a034050e8609de9770daf98d7908b5ab5fa5d64aba068e3ce9af5dfed838ba1ded92808192f84 wifi.files
|
||||
3a273a9448957ea1c187287ed1d90ff9e5ed358b8dd20b37e1890f7effbd66ba016d0c0fcc8884e79a1b435aefbb389643de3d9d9fe977ea5210417d2f63a3b0 audio.files
|
||||
1e2c5127e9dc40275419f518b5fe16304efd7028321a36c3e4fdf4ec1ce10f222ce841c1e7b249abd4349764053e1b5ed10e025778cc3d1f9bebad9ee02a731c common.files
|
||||
"
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
/lib/firmware/ath12k/WCN7850/hw2.0/amss.bin.zst
|
||||
/lib/firmware/ath12k/WCN7850/hw2.0/board-2.bin.zst
|
||||
/lib/firmware/ath12k/WCN7850/hw2.0/m3.bin.zst
|
||||
Loading…
Add table
Add a link
Reference in a new issue