Commit fc16f47433c1643ff88b883a7d90bbd24082805d

Authored by 김태훈
1 parent 9a89ea55c2
Exists in master and in 2 other branches fhd, fhd-demo

zip, unzip 추가

buildroot/buildroot-2016.08.1/configs/imx6s_prime_oven_defconfig
... ... @@ -25,6 +25,8 @@ BR2_PACKAGE_BUSYBOX_WATCHDOG=y
25 25 BR2_PACKAGE_ALSA_UTILS=y
26 26 BR2_PACKAGE_ALSA_UTILS_AMIXER=y
27 27 BR2_PACKAGE_ALSA_UTILS_APLAY=y
  28 +BR2_PACKAGE_UNZIP=y
  29 +BR2_PACKAGE_ZIP=y
28 30 BR2_PACKAGE_GDB=y
29 31 BR2_PACKAGE_DOSFSTOOLS=y
30 32 BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT=y
... ...