Remove more default buildbot configs
This commit is contained in:
@@ -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
|
||||
|
||||
2
profiles
2
profiles
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user