Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions board/miyoo/busybox.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.35.0
# Tue Jan 6 21:59:05 2026
# Sun Jan 25 22:19:17 2026
#
CONFIG_HAVE_DOT_CONFIG=y

Expand Down Expand Up @@ -979,7 +979,7 @@ CONFIG_FEATURE_TFTP_GET=y
CONFIG_FEATURE_TFTP_PUT=y
CONFIG_FEATURE_TFTP_BLOCKSIZE=y
# CONFIG_TFTP_DEBUG is not set
# CONFIG_TLS is not set
CONFIG_TLS=y
CONFIG_TRACEROUTE=y
# CONFIG_TRACEROUTE6 is not set
# CONFIG_FEATURE_TRACEROUTE_VERBOSE is not set
Expand All @@ -993,8 +993,8 @@ CONFIG_FEATURE_WGET_STATUSBAR=y
CONFIG_FEATURE_WGET_FTP=y
CONFIG_FEATURE_WGET_AUTHENTICATION=y
CONFIG_FEATURE_WGET_TIMEOUT=y
# CONFIG_FEATURE_WGET_HTTPS is not set
# CONFIG_FEATURE_WGET_OPENSSL is not set
CONFIG_FEATURE_WGET_HTTPS=y
CONFIG_FEATURE_WGET_OPENSSL=y
# CONFIG_WHOIS is not set
# CONFIG_ZCIP is not set
# CONFIG_UDHCPD is not set
Expand Down
1 change: 1 addition & 0 deletions board/miyoo/rootfs/etc/profile.d/ca_cert.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
3 changes: 3 additions & 0 deletions configs/miyoo_musl_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,10 @@ BR2_PACKAGE_TREMOR=y
BR2_PACKAGE_LIBZIP=y
BR2_PACKAGE_LZ4=y
BR2_PACKAGE_LZO=y
BR2_PACKAGE_CA_CERTIFICATES=y
BR2_PACKAGE_LIBSHA1=y
BR2_PACKAGE_OPENSSL=y
BR2_PACKAGE_LIBOPENSSL_BIN=y
BR2_PACKAGE_SQLITE=y
BR2_PACKAGE_LIBCONFUSE=y
BR2_PACKAGE_BULLET=y
Expand Down
1 change: 1 addition & 0 deletions configs/miyoo_musl_static_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ BR2_PACKAGE_SPEEX=y
BR2_PACKAGE_TREMOR=y
BR2_PACKAGE_LZ4=y
BR2_PACKAGE_LIBSHA1=y
BR2_PACKAGE_OPENSSL=y
BR2_PACKAGE_LIBCONFUSE=y
BR2_PACKAGE_GIFLIB=y
BR2_PACKAGE_LIBDRM=y
Expand Down
3 changes: 3 additions & 0 deletions configs/miyoo_uclibc_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,10 @@ BR2_PACKAGE_SPEEX=y
BR2_PACKAGE_TREMOR=y
BR2_PACKAGE_LIBZIP=y
BR2_PACKAGE_LZ4=y
BR2_PACKAGE_CA_CERTIFICATES=y
BR2_PACKAGE_LIBSHA1=y
BR2_PACKAGE_OPENSSL=y
BR2_PACKAGE_LIBOPENSSL_BIN=y
BR2_PACKAGE_LIBCONFUSE=y
BR2_PACKAGE_BULLET=y
BR2_PACKAGE_GIFLIB=y
Expand Down
1 change: 1 addition & 0 deletions configs/miyoo_uclibc_static_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ BR2_PACKAGE_SPEEX=y
BR2_PACKAGE_TREMOR=y
BR2_PACKAGE_LZ4=y
BR2_PACKAGE_LIBSHA1=y
BR2_PACKAGE_OPENSSL=y
BR2_PACKAGE_LIBCONFUSE=y
BR2_PACKAGE_GIFLIB=y
BR2_PACKAGE_LIBDRM=y
Expand Down
Loading