Skip to content

Commit

Permalink
Update r2s-rk3328-config
Browse files Browse the repository at this point in the history
  • Loading branch information
soffchen authored Apr 18, 2020
1 parent 7ce78b3 commit 82b5008
Showing 1 changed file with 25 additions and 10 deletions.
35 changes: 25 additions & 10 deletions r2s-rk3328-config
Original file line number Diff line number Diff line change
Expand Up @@ -2379,6 +2379,7 @@ CONFIG_PACKAGE_urngd=y
# CONFIG_PACKAGE_zabbix-proxy is not set
# CONFIG_PACKAGE_zabbix-sender is not set
# CONFIG_PACKAGE_zabbix-server is not set
# CONFIG_PACKAGE_debootstrap is not set
# CONFIG_PACKAGE_htop is not set
# CONFIG_PACKAGE_ipmitool is not set
# CONFIG_PACKAGE_monit is not set
Expand Down Expand Up @@ -3951,9 +3952,9 @@ CONFIG_PACKAGE_luci-lib-fs=y
# Compression
#
CONFIG_PACKAGE_libbz2=y
# CONFIG_PACKAGE_liblzma is not set
CONFIG_PACKAGE_liblzma=y
# CONFIG_PACKAGE_libunrar is not set
# CONFIG_PACKAGE_libzstd is not set
CONFIG_PACKAGE_libzstd=y
CONFIG_ZSTD_OPTIMIZE_O3=y

#
Expand Down Expand Up @@ -4869,6 +4870,7 @@ CONFIG_PACKAGE_luci-app-openvpn=y
# CONFIG_PACKAGE_luci-app-privoxy is not set
# CONFIG_PACKAGE_luci-app-qbittorrent is not set
CONFIG_PACKAGE_luci-app-qos=y
CONFIG_PACKAGE_luci-app-r2sflasher=y
# CONFIG_PACKAGE_luci-app-radicale is not set
CONFIG_PACKAGE_luci-app-ramfree=y
# CONFIG_PACKAGE_luci-app-rp-pppoe-server is not set
Expand Down Expand Up @@ -6546,13 +6548,21 @@ CONFIG_PACKAGE_uboot-envtools=y
# Compression
#
# CONFIG_PACKAGE_bsdtar is not set
# CONFIG_PACKAGE_bzip2 is not set
# CONFIG_PACKAGE_gzip is not set
CONFIG_PACKAGE_bzip2=y
CONFIG_PACKAGE_gzip=y
# CONFIG_PACKAGE_lzmadec is not set
# CONFIG_PACKAGE_lzmainfo is not set
# CONFIG_PACKAGE_unrar is not set
# CONFIG_PACKAGE_unzip is not set
# CONFIG_PACKAGE_xz-utils is not set
CONFIG_PACKAGE_unzip=y
CONFIG_PACKAGE_xz-utils=y
CONFIG_PACKAGE_xz=y
# CONFIG_PACKAGE_xzdec is not set
# CONFIG_PACKAGE_xzdiff is not set
# CONFIG_PACKAGE_xzgrep is not set
# CONFIG_PACKAGE_xzless is not set
# CONFIG_PACKAGE_xzmore is not set
# CONFIG_PACKAGE_zip is not set
# CONFIG_PACKAGE_zstd is not set
CONFIG_PACKAGE_zstd=y

#
# Database
Expand Down Expand Up @@ -7036,7 +7046,7 @@ CONFIG_PACKAGE_libnetwork=y
# CONFIG_PACKAGE_logger is not set
# CONFIG_PACKAGE_logrotate is not set
# CONFIG_PACKAGE_look is not set
# CONFIG_PACKAGE_losetup is not set
CONFIG_PACKAGE_losetup=y
# CONFIG_PACKAGE_lrzsz is not set
# CONFIG_PACKAGE_lscpu is not set
# CONFIG_PACKAGE_lsof is not set
Expand Down Expand Up @@ -7080,7 +7090,7 @@ CONFIG_PACKAGE_openssl-util=y
# CONFIG_PACKAGE_procps-ng is not set
# CONFIG_PACKAGE_progress is not set
# CONFIG_PACKAGE_prometheus-node-exporter-lua is not set
# CONFIG_PACKAGE_pv is not set
CONFIG_PACKAGE_pv=y
CONFIG_PACKAGE_qmi-utils=y
# CONFIG_PACKAGE_qrencode is not set
# CONFIG_PACKAGE_relayctl is not set
Expand Down Expand Up @@ -7115,7 +7125,12 @@ CONFIG_STRACE_NONE=y
# CONFIG_PACKAGE_sysrepocfg is not set
# CONFIG_PACKAGE_sysrepoctl is not set
# CONFIG_PACKAGE_sysstat is not set
# CONFIG_PACKAGE_tar is not set
CONFIG_PACKAGE_tar=y
# CONFIG_PACKAGE_TAR_POSIX_ACL is not set
# CONFIG_PACKAGE_TAR_XATTR is not set
CONFIG_PACKAGE_TAR_GZIP=y
CONFIG_PACKAGE_TAR_BZIP2=y
CONFIG_PACKAGE_TAR_XZ=y
# CONFIG_PACKAGE_taskwarrior is not set
CONFIG_PACKAGE_tini=y
# CONFIG_PACKAGE_tracertools is not set
Expand Down

0 comments on commit 82b5008

Please sign in to comment.