From e8ccb76cc65403cce9364337bd1030519b272d57 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 21 Oct 2025 23:58:35 -0400 Subject: [PATCH] Remove more default buildbot configs --- profiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles b/profiles index 3ee5391..348db20 100644 --- a/profiles +++ b/profiles @@ -12,7 +12,7 @@ default_packages=(nano htop diffutils tar iperf3 zsh rsync curl tcpdump default_configs=( "CONFIG_BUILDBOT=n" "CONFIG_ALL_KMODS=n" - "CONFIG_ALL_NONSHARED=y" + "CONFIG_ALL_NONSHARED=n" "CONFIG_DEVEL=n" "CONFIG_COLLECT_KERNEL_DEBUG=n" )