Remove more default buildbot configs

This commit is contained in:
2025-10-21 20:35:38 -04:00
parent 20b3f7f4ec
commit 4760c84bff
2 changed files with 1 additions and 5 deletions

View File

@@ -593,10 +593,6 @@ from_source() {
# Set compilation output dir
config_opts+=("CONFIG_BINARY_FOLDER=\"$BIN_DIR\"")
# Only build explicit kmods
execute sed -i '/^CONFIG_ALL_KMODS=/d' "$seed_file"
config_opts+=("CONFIG_ALL_KMODS=n")
# Add custom packages
for pkg in $PACKAGES; do
if [[ $pkg == -* ]]; then

View File

@@ -9,7 +9,7 @@ default_packages=(nano htop diffutils tar iperf3 zsh rsync curl tcpdump
)
# Default (but optional) kernel configs
default_configs=("CONFIG_BUILDBOT=n")
default_configs=("CONFIG_BUILDBOT=n" "CONFIG_ALL_KMODS=n" "CONFIG_ALL_NONSHARED=y")
# Current devices
declare -Ag r4s=(