odroid-scripts: select fbset

fbset is used by one of the init scripts, so we need it as a runtime
dependency.

Signed-off-by: Dagg Stompler <daggs@gmx.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Dagg Stompler 2016-07-26 18:54:05 +03:00 committed by Thomas Petazzoni
parent 59221b24ec
commit aeadc84203

View file

@ -1,6 +1,8 @@
config BR2_PACKAGE_ODROID_SCRIPTS
bool "odroid-scripts"
depends on BR2_aarch64 || BR2_arm
select BR2_PACKAGE_FBSET # runtime
select BR2_PACKAGE_BUSYBOX_SHOW_OTHERS # needed for fbset
help
Install the scripts for the odroidc2 based systems.