mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
Add support for two configure options: --disable-progress-bar, via BR2_PACKAGE_PSPLAH_PROGRESS_BAR --disable-startup-msg, via BR2_PACKAGE_PSPLASH_STARTUP_MSG Both buildroot options will default to 'y' to be compatible with the previous behaviour, since those were enabled by default by not specifying the disable config flag. Signed-off-by: Olivier Benjamin <olivier.benjamin@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>