The branch main has been updated by imp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=86c3a22b6e7d415c81ff5e5b4f794334723c4a8a

commit 86c3a22b6e7d415c81ff5e5b4f794334723c4a8a
Author:     Warner Losh <i...@freebsd.org>
AuthorDate: 2025-06-12 02:40:24 +0000
Commit:     Warner Losh <i...@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
 

Reply via email to