mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 01:48:08 +01:00
nongnu: ap6256-firmware: Update installed firmware.
* nongnu/packages/firmware.scm (ap6256-firmware)[arguments]: Update install-plan to install to the correct destination. Sent to me directly via e-mail. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
f8b956664c
commit
87357a2bec
1 changed files with 9 additions and 6 deletions
|
@ -2,6 +2,7 @@
|
||||||
;;; Copyright © 2022-2023 Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
;;; Copyright © 2022-2023 Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
||||||
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
|
||||||
;;; Copyright © 2023 Krzysztof Baranowski <pharcosyle@gmail.com>
|
;;; Copyright © 2023 Krzysztof Baranowski <pharcosyle@gmail.com>
|
||||||
|
;;; Copyright © 2024 Efraim Flashner <efraim@flashner.co.il>
|
||||||
|
|
||||||
(define-module (nongnu packages firmware)
|
(define-module (nongnu packages firmware)
|
||||||
#:use-module (gnu packages compression)
|
#:use-module (gnu packages compression)
|
||||||
|
@ -134,16 +135,18 @@ HDMI to USB Type-C Bridge in the PinePhone.")
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:substitutable? #f
|
`(#:substitutable? #f
|
||||||
#:install-plan '( ;Bluetooth firmware
|
#:install-plan '(;;Bluetooth firmware
|
||||||
("BCM4345C5.hcd" "usr/lib/firmware/brcm/")
|
("BCM4345C5.hcd" "/lib/firmware/brcm/")
|
||||||
;; WiFi firmware
|
;; WiFi firmware
|
||||||
("fw_bcm43456c5_ag.bin" "usr/lib/firmware/brcm/")
|
("fw_bcm43456c5_ag.bin" "/lib/firmware/brcm/")
|
||||||
|
("fw_bcm43456c5_ag.bin"
|
||||||
|
"/lib/firmware/brcm/brcmfmac43456-sdio.bin")
|
||||||
("brcmfmac43456-sdio.clm_blob"
|
("brcmfmac43456-sdio.clm_blob"
|
||||||
"usr/lib/firmware/brcm/")
|
"/lib/firmware/brcm/")
|
||||||
("brcmfmac43456-sdio.AP6256.txt"
|
("brcmfmac43456-sdio.AP6256.txt"
|
||||||
"usr/lib/firmware/brcm/")
|
"/lib/firmware/brcm/")
|
||||||
("brcmfmac43456-sdio.AP6256.txt"
|
("brcmfmac43456-sdio.AP6256.txt"
|
||||||
"usr/lib/firmware/brcm/brcmfmac43456-sdio.pine64,pinebook-pro.txt"))))
|
"/lib/firmware/brcm/brcmfmac43456-sdio.pine64,pinebook-pro.txt"))))
|
||||||
(synopsis "Firmware for the wifi/bt module AP6256")
|
(synopsis "Firmware for the wifi/bt module AP6256")
|
||||||
(description
|
(description
|
||||||
"This package provides Firmware for the wifi/bt module AP6256,
|
"This package provides Firmware for the wifi/bt module AP6256,
|
||||||
|
|
Loading…
Reference in a new issue