Added zstd compressed modules and libconfig.

Signed-off-by: Yilin Sun <imi415@imi.moe>
This commit is contained in:
Yilin Sun 2024-04-06 20:15:18 +08:00
parent 4e219e9e7d
commit 861fc203b2
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
CONFIG_MODULE_COMPRESS_XZ=n
CONFIG_MODULE_COMPRESS_ZSTD=y

View File

@ -69,6 +69,7 @@ BR2_PACKAGE_GPSD_UBX=y
BR2_PACKAGE_I2C_TOOLS=y
BR2_PACKAGE_PPS_TOOLS=y
BR2_PACKAGE_SYSSTAT=y
BR2_PACKAGE_LIBCONFIG=y
BR2_PACKAGE_CHRONY=y
BR2_PACKAGE_MOSQUITTO=y
BR2_PACKAGE_OPENSSH=y