diff options
| author | Petr Hodina <phodina@protonmail.com> | 2023-01-11 00:43:46 +0100 |
|---|---|---|
| committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2023-01-11 00:43:46 +0100 |
| commit | 5c0ac46c708c648cc2c8cc35c83cef8b4ed343fe (patch) | |
| tree | 8ff3cacf7edfda70a6593d2a476f37ddce92fa6d | |
| parent | 4ce94dd8c7b967046bc9b702a9b3a955825a03be (diff) | |
nongnu: Add anx7688-firmware.
* nongnu/packages/firmware.scm (anx7688-firmware): New variable.
| -rw-r--r-- | nongnu/packages/firmware.scm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/nongnu/packages/firmware.scm b/nongnu/packages/firmware.scm index dfd2913..de8554c 100644 --- a/nongnu/packages/firmware.scm +++ b/nongnu/packages/firmware.scm | |||
| @@ -80,3 +80,27 @@ in the PinePhone.") | |||
| 80 | WiFi/Bluetooth chip in the PinePhone.") | 80 | WiFi/Bluetooth chip in the PinePhone.") |
| 81 | (home-page "https://megous.com/git/linux-firmware") | 81 | (home-page "https://megous.com/git/linux-firmware") |
| 82 | (license (nonfree (string-append "unknown")))))) | 82 | (license (nonfree (string-append "unknown")))))) |
| 83 | |||
| 84 | (define-public anx7688-firmware | ||
| 85 | (let ((commit "6e8e591e17e207644dfe747e51026967bb1edab5") | ||
| 86 | (revision "1")) | ||
| 87 | (package | ||
| 88 | (name "anx7688-firmware") | ||
| 89 | (version (git-version "0.0.0" revision commit)) | ||
| 90 | (source (origin | ||
| 91 | (method git-fetch) | ||
| 92 | (uri (git-reference | ||
| 93 | (url "https://megous.com/git/linux-firmware") | ||
| 94 | (commit commit))) | ||
| 95 | (file-name (git-file-name name version)) | ||
| 96 | (sha256 | ||
| 97 | (base32 | ||
| 98 | "19xmkdvlkczc6zgigy8jdbgnp37i6pc03m2cm3gilvzg8m7v18ad")))) | ||
| 99 | (build-system copy-build-system) | ||
| 100 | (arguments | ||
| 101 | `(#:install-plan '(("anx7688-fw.bin" "lib/firmware/")))) | ||
| 102 | (synopsis "Firmware for the ANX7688") | ||
| 103 | (description "This package provides binary firmware for the ANX7688 | ||
| 104 | HDMI to USB Type-C Bridge in the PinePhone.") | ||
| 105 | (home-page "https://megous.com/git/linux-firmware") | ||
| 106 | (license (nonfree (string-append "unknown")))))) | ||
