aeadc84203
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>
10 lines
288 B
Plaintext
10 lines
288 B
Plaintext
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.
|
|
|
|
https://github.com/mdrjr/c2_bootini
|