added zip+unzip

This commit is contained in:
Leon van Kammen 2023-05-03 20:45:29 +02:00
parent 17d220089c
commit 7125ab33a6
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# see https://github.com/buildroot/buildroot/tree/master/packages
BR2_x86_pentiumpro=y BR2_x86_pentiumpro=y
BR2_CCACHE=y BR2_CCACHE=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19=y
@ -14,6 +15,9 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
BR2_TARGET_ROOTFS_ISO9660=y BR2_TARGET_ROOTFS_ISO9660=y
BR2_TARGET_SYSLINUX=y BR2_TARGET_SYSLINUX=y
BR2_PACKAGE_UNZIP=y
BR2_PACKAGE_ZIP=y
# If you want to add the nled editor, uncomment NLED + NCURSES # If you want to add the nled editor, uncomment NLED + NCURSES
#BR2_PACKAGE_NCURSES=y #BR2_PACKAGE_NCURSES=y
#BR2_PACKAGE_NLED=y #BR2_PACKAGE_NLED=y