From f4474002643efdd1564abbce82bd3df9a574a1e1 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Mon, 22 May 2023 16:31:58 -0400 Subject: gnu: linux-libre-with-bpf: Describe the package. * gnu/packages/linux.scm (linux-libre-with-bpf)[synopsis, description]: New fields. --- gnu/packages/linux.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index d164ef7061f..21b66518531 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1369,7 +1369,10 @@ Linux kernel. It has been modified to remove all non-free binary blobs.") (package (inherit base-linux-libre) (inputs (modify-inputs (package-inputs base-linux-libre) - (prepend cpio)))))) + (prepend cpio))) + (synopsis "Linux-libre with BPF support") + (description "This package provides GNU Linux-Libre with support +for @acronym{BPF, the Berkeley Packet Filter}.")))) ;;; -- cgit v1.2.3