configs: drop redundant configuration for no MMU platforms

The package/busybox/busybox-minimal.config is the default configuration
for MMU-less systems, so the setting is redundant and can be removed
without effect.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Dario Binacchi
2024-02-07 17:17:04 +01:00
committed by Thomas Petazzoni
parent 4b33d7a47d
commit 98a49edda6
17 changed files with 0 additions and 25 deletions

View File

@@ -6,9 +6,6 @@ BR2_RISCV_64=y
# Linux headers same as kernel
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_1=y
# Busybox with hush
BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-minimal.config"
# System
BR2_TARGET_GENERIC_GETTY=y