mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
dcf31c6a1e
--------- Co-authored-by: tiopex <tiopxyz@gmail.com> Co-authored-by: tiopex <67048640+tiopex@users.noreply.github.com>
10 lines
301 B
Plaintext
10 lines
301 B
Plaintext
config BR2_PACKAGE_ODROID_SCRIPTS
|
|
bool "odroid-scripts"
|
|
depends on BR2_aarch64 || BR2_arm || BR2_armeb
|
|
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
|