Date: Thu, 12 Jun 2025 02:41:19 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 86c3a22b6e7d - main - nanobsd: Fix kernel build Message-ID: <202506120241.55C2fJW6034448@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=86c3a22b6e7d415c81ff5e5b4f794334723c4a8a commit 86c3a22b6e7d415c81ff5e5b4f794334723c4a8a Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2025-06-12 02:40:24 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-06-12 02:40:57 +0000 nanobsd: Fix kernel build 'device crypto' is now required for 'device pf' so add it. Sponsored by: Netflix --- tools/tools/nanobsd/pcengines/ALIX_DSK | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tools/nanobsd/pcengines/ALIX_DSK b/tools/tools/nanobsd/pcengines/ALIX_DSK index 9ab9d79c574c..31365834d20f 100644 --- a/tools/tools/nanobsd/pcengines/ALIX_DSK +++ b/tools/tools/nanobsd/pcengines/ALIX_DSK @@ -97,6 +97,7 @@ device pflog device pfsync device carp device if_bridge +device crypto # core crypto support options DEVICE_POLLING
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506120241.55C2fJW6034448>