summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-firmware/raspberrypi-wifi-ucode: Stabilize 20190114.1_p10 arm64, #767046Sam James2021-01-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/raspberrypi-wifi-ucode: Stabilize 20190114.1_p10 arm, #767046Sam James2021-01-251-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/raspberrypi-wifi-ucode: Bump to 20190114.1_p10Peter Alfredsen2020-12-152-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | New firmware for the BCM43456 (Wifi Chip on Raspberry PI CM4) Untested, since the good CM4s are sold out everywhere. Changelog: firmware-nonfree (1:20190114-1+rpt10) buster; urgency=medium [ Phil Elwell ] * New clm_blob for BCM43456 - An updated clm_blob to open up the 80MHz channels. * Use BCM43456 clm_blob on CYW43455 - The previous CYW43455 clm_blob provides limited access to the higher 5GHz channels (100+) - the BCM43456 (surprisingly) seems to work and doesn't have this problem. -- Serge Schneider <serge@raspberrypi.com> Thu, 26 Nov 2020 18:51:42 +0000 Closes: https://bugs.gentoo.org/758278 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Peter Alfredsen <crabbedhaloablution@icloud.com> Closes: https://github.com/gentoo/gentoo/pull/18489 Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/raspberrypi-wifi-ucode: Stabilize 20190114.1_p9 arm, #758929Sam James2020-12-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/raspberrypi-wifi-ucode: Stabilize 20190114.1_p9 arm64, #758929Sam James2020-12-101-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/raspberrypi-wifi-ucode: tiny post-merge changesSam James2020-11-261-6/+5
| | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
* sys-firmware/raspberrypi-wifi-ucode: new package package (raspberry pi wifi ↵Peter Alfredsen2020-11-263-0/+87
ucode) This package installs the most up-to-date firmware for the Broadcom wifi chips found in the Raspberry Pi line of SBCs. Closes: https://bugs.gentoo.org/756739 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Peter Alfredsen <crabbedhaloablution@icloud.com> Signed-off-by: Sam James <sam@gentoo.org>