odroid-scripts: select fbset
authorDagg Stompler <daggs@gmx.com>
Tue, 26 Jul 2016 15:54:05 +0000 (18:54 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 26 Jul 2016 19:34:02 +0000 (21:34 +0200)
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>
package/odroid-scripts/Config.in

index 48544b6417a897ad90589644e56990c8c44bf19f..c4e09cad729dfe4f72175835cd6cd1f168c8b2e5 100644 (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.