From 6ea56ca6e10938a4632516dda788db58be1626a7 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 12 Nov 2025 12:06:41 +0100 Subject: [PATCH] package/psplash: drop 'default n' for fullscreen mode Commit a028f0a51de0ed ("package/psplash: add support for fullscreen config option") added a 'default n' line to Config.in, but booleans default to 'n', so we typically do not add such redundant lines. Signed-off-by: Peter Korsgaard Signed-off-by: Julien Olivain (cherry picked from commit b6cc7b874a97fbc709d1f9e619378bcbea259e47) Signed-off-by: Thomas Perale --- package/psplash/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/package/psplash/Config.in b/package/psplash/Config.in index ca39cd0ee3..118801e8ef 100644 --- a/package/psplash/Config.in +++ b/package/psplash/Config.in @@ -49,7 +49,6 @@ config BR2_PACKAGE_PSPLASH_STARTUP_MSG config BR2_PACKAGE_PSPLASH_FULL_SCREEN bool "use fullscreen mode" - default n help Enable displaying the psplash image in fullscreen mode.