diff options
author | Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com> | 2024-01-19 14:54:43 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2024-01-22 11:26:56 +0100 |
commit | ae7da5cbf0d1acb8cfd0fad53dd41d78c58991ae (patch) | |
tree | 70a9b84d36643c2fb7e43eea27d8e8ec700c3efa /gnu/packages/firmware.scm | |
parent | 937e64537e889752ad7931bd605d686e03020a8d (diff) |
gnu: make-crust-package: Use shorter synopsis.
* gnu/packages/firmware.scm (make-crust-package) <synopsis>: Make it
short.
Change-Id: I8b93b25a9a6a75aaa92ffa590d0fd46a5511fd49
Diffstat (limited to 'gnu/packages/firmware.scm')
-rw-r--r-- | gnu/packages/firmware.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm index 75294fadf4..533cbca550 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -1270,7 +1270,7 @@ such as: (cross-binutils "or1k-elf") flex)) (home-page "https://github.com/crust-firmware/crust") - (synopsis "System control processor firmware for Allwinner sunxi boards") + (synopsis "Firmware for Allwinner sunxi SoCs") (description "Crust improves battery life and thermal performance by implementing a deep sleep state. During deep sleep, the CPU cores, the DRAM controller, and most onboard peripherals are powered down, reducing power |