From: KP Kirchdör. <ka...@us...> - 2021-05-23 16:12:50
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Repository for Bering-uClibc.". The branch, master has been updated via b6ca72ccd2245a6068687045d34dfed38873f7ce (commit) from 8a0eaa733da988a02986c65366b58cdabc4f4b91 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b6ca72ccd2245a6068687045d34dfed38873f7ce Author: kapeka <ka...@us...> Date: Sun May 23 18:11:48 2021 +0200 new package: firmware-rpi-nonfree add nonfree firmware drivers for Raspberry Pi Wifi ----------------------------------------------------------------------- Summary of changes: conf/sources.d/firmware-rpi-nonfree.cfg | 10 +++ repo/firmware-rpi-nonfree/brcmfmac43430-sdio.bin | Bin 0 -> 400447 bytes .../brcmfmac43430-sdio.raspberrypi-rpi.txt | 47 +++++++++++++ repo/firmware-rpi-nonfree/brcmfmac43430-sdio.txt | 64 +++++++++++++++++ .../brcmfmac43455-sdio.clm_blob | Bin 0 -> 7163 bytes repo/firmware-rpi-nonfree/buildtool.cfg | 78 +++++++++++++++++++++ repo/firmware-rpi-nonfree/buildtool.mk | 31 ++++++++ repo/license/broadcom_bcm43xx | 65 +++++++++++++++++ repo/license/buildtool.cfg | 11 +++ 9 files changed, 306 insertions(+) create mode 100644 conf/sources.d/firmware-rpi-nonfree.cfg create mode 100644 repo/firmware-rpi-nonfree/brcmfmac43430-sdio.bin create mode 100644 repo/firmware-rpi-nonfree/brcmfmac43430-sdio.raspberrypi-rpi.txt create mode 100644 repo/firmware-rpi-nonfree/brcmfmac43430-sdio.txt create mode 100644 repo/firmware-rpi-nonfree/brcmfmac43455-sdio.clm_blob create mode 100644 repo/firmware-rpi-nonfree/buildtool.cfg create mode 100644 repo/firmware-rpi-nonfree/buildtool.mk create mode 100644 repo/license/broadcom_bcm43xx hooks/post-receive -- Repository for Bering-uClibc. |