Added Unarchiver app that allows to extract a few archive formats (zip, gz, gtar, tgz, tar.gz, tar, rar, 7z) on the device without the need of a computer

This commit is contained in:
DrUm78 2023-08-11 13:02:52 +02:00
parent 53916a3fe5
commit e2fa5930a0
5 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
This is the folder where you can put all your settings opks

View File

@ -119,3 +119,6 @@ BR2_PACKAGE_GMENU2X_SHOW_CLOCK=y
BR2_PACKAGE_FLUIDLITE=y BR2_PACKAGE_FLUIDLITE=y
BR2_PACKAGE_LIBMIKMOD=y BR2_PACKAGE_LIBMIKMOD=y
BR2_PACKAGE_COMMANDER=y BR2_PACKAGE_COMMANDER=y
BR2_PACKAGE_P7ZIP=y
BR2_PACKAGE_UNRAR=y
BR2_PACKAGE_FILE=y