add commander package, increased image size

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK
2021-03-10 22:12:20 +01:00
parent 2077caf06f
commit bedcde05df
6 changed files with 60 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
config BR2_PACKAGE_COMMANDER
bool "commander"
select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_SDL
select BR2_PACKAGE_SDL_TTF
select BR2_PACKAGE_SDL_GFX
help
DinguxCommander is a file manager for RetroFW. It uses two
vertical panels side by side, one being the source and the
other the destination, like many 'commander-style' file
managers such as Norton Commander or Midnight
Commander.