Updated manifest
This commit is contained in:
parent
e97a103ae6
commit
0fa7cae13a
@ -1,3 +1,3 @@
|
||||
DIST anx7688-fw.bin 220344 BLAKE2B ff4f3aa6a01c77c687edc4a8dcef8f32754838354497c5b92ec54564b95ed02e737b411d24d14b79c49b186271536e22b1ef6a65f7eda21ed2b55d4500a3bf6a SHA512 d17155a48ce0916d788f763e5a46e1a3a069970f3ec7d3404bc56a7da89d423682050ba7bf4993b222ace609202bdbddf42a0b4506c4193b03bc324c8cfe1be4
|
||||
DIST ov5640_af.bin 30298 BLAKE2B e20166d5b0423eef54ea8db76d9a8eb6b83d5bfd6fc75624760b7d1415edf162073b6b49357565005cfdc6ddecf83a299e11fbf72f7f52aad5cc7e0bb5092424 SHA512 b095b535b6dbc7a48a21e3ac42695f9a682c7674555ec11dea799fa5bfe1d7ef18dec98a6ba2af99321496342a3ca6282dbfc29d7c3e37d821b49100a20a95fb
|
||||
DIST rtl8723cs_xx_fw.bin 168636 BLAKE2B 299118ef2923b377286e6cde69aa75c4d51e9d5d85f225d99e7518a37e8bf4db6946758afab4d50617162f5dc8a1a8ade9702e752114d2baf5b18846c768e9c7 SHA512 e3f75536df2f4b94b170ca6703011bb6226113cb9e30e3fe705f210281a30ac39a40025d0b94f0ca07dd500587847781323c5434422e13e388396dfb676aa7f6
|
||||
DIST ov5640_af.bin 30768 BLAKE2B cfac7640de622e59cdae83d63ce853805ced6801c007ac124cd23e368fb3a0faae5dec6509b2b3cc6e5fc7fe607a547f1fb68f4c4e33b4f5f8014edd66d25970 SHA512 e5d6493c4b9714ec1b96d07efdfcf14b32aecdc1778993d97e71d7d9458c709211d0673788302a336b99a8de7287efe4df5ccd3bf617608efdf3d326d3b16153
|
||||
DIST rtl8723cs_xx_fw.bin 169150 BLAKE2B 9a99b21dca6b49acd90dd54cb7146c501f1a4dfc8246587383d5115d1b9400a271888a4cc3129573abce491a9980b1a0b30cc7f4b7ccccdf6866a399238f4aee SHA512 f77fef9729d9f2971458fda84d44cb7bc2c500eda0155f5f00cca7bc2bc85a17671255abdd000b505f82130fcfa99f3be963539f488b72cc7dd06eca46285878
|
||||
|
@ -1,25 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Firmwares files for PinePhone"
|
||||
HOMEPAGE="https://xff.cz/git/linux-firmware"
|
||||
SRC_URI="https://xff.cz/git/linux-firmware/tree/ov5640_af.bin
|
||||
https://xff.cz/git/linux-firmware/tree/anx7688-fw.bin
|
||||
https://xff.cz/git/linux-firmware/tree/rtl_bt/rtl8723cs_xx_fw.bin
|
||||
"
|
||||
|
||||
LICENSE="linux-fw-redistributable no-source-code"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
mkdir -p "${D}"/lib/firmware/ || die
|
||||
insinto /lib/firmware/
|
||||
doins anx7688-fw.bin
|
||||
doins ov5640-fw.bin
|
||||
doins rtl8723cs_xx-fw.bin
|
||||
}
|
@ -7,7 +7,7 @@ DESCRIPTION="Firmwares files for PinePhone"
|
||||
HOMEPAGE="https://xff.cz/git/linux-firmware"
|
||||
SRC_URI="https://xff.cz/git/linux-firmware/tree/ov5640_af.bin?id=4ec2645b007ba4c3f2962e38b50c06f274abbf7c -> ov5640_af.bin
|
||||
https://xff.cz/git/linux-firmware/tree/anx7688-fw.bin?id=4ec2645b007ba4c3f2962e38b50c06f274abbf7c -> anx7688-fw.bin
|
||||
https://xff.cz/git/linux-firmware/4ec2645b007ba4c3f2962e38b50c06f274abbf7c/rtl_bt/rtl8723cs_xx_fw.bin?id=4ec2645b007ba4c3f2962e38b50c06f274abbf7c -> rtl8723cs_xx_fw.bin
|
||||
https://xff.cz/git/linux-firmware/tree/rtl_bt/rtl8723cs_xx_fw.bin?id=4ec2645b007ba4c3f2962e38b50c06f274abbf7c -> rtl8723cs_xx_fw.bin
|
||||
"
|
||||
|
||||
LICENSE="linux-fw-redistributable no-source-code"
|
||||
|
Loading…
Reference in New Issue
Block a user