From 2a6a807bf6744b6ed84f5aa12a2b3290149ce179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Sat, 6 Jan 2024 16:20:09 +0100 Subject: [PATCH] Disable unnecessary libcurl features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Bläse --- bsp/ath79-generic/.config | 4 ++++ bsp/ipq806x-generic/.config | 4 ++++ bsp/mpc85xx-p1010/.config | 4 ++++ bsp/octeon/.config | 4 ++++ bsp/ramips-mt7621/.config | 4 ++++ bsp/ramips-mt76x8/.config | 4 ++++ bsp/x86-64/.config | 4 ++++ 7 files changed, 28 insertions(+) diff --git a/bsp/ath79-generic/.config b/bsp/ath79-generic/.config index fa68f5f4..ef0b59a7 100644 --- a/bsp/ath79-generic/.config +++ b/bsp/ath79-generic/.config @@ -112,3 +112,7 @@ CONFIG_PACKAGE_kmod-ath10k-ct-smallbuffers=m CONFIG_PACKAGE_kmod-ath10k-ct=m CONFIG_STRIP_KERNEL_EXPORTS=y CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=1024 +# CONFIG_LIBCURL_FILE is not set +# CONFIG_LIBCURL_FTP is not set +# CONFIG_LIBCURL_PROXY is not set +# CONFIG_LIBCURL_UNIX_SOCKETS is not set diff --git a/bsp/ipq806x-generic/.config b/bsp/ipq806x-generic/.config index dc1f9f40..d40989a6 100644 --- a/bsp/ipq806x-generic/.config +++ b/bsp/ipq806x-generic/.config @@ -41,3 +41,7 @@ CONFIG_PACKAGE_kmod-ath10k=y CONFIG_PACKAGE_ath10k-firmware-qca99x0-ct=m CONFIG_PACKAGE_kmod-ath10k-ct=m CONFIG_STRIP_KERNEL_EXPORTS=y +# CONFIG_LIBCURL_FILE is not set +# CONFIG_LIBCURL_FTP is not set +# CONFIG_LIBCURL_PROXY is not set +# CONFIG_LIBCURL_UNIX_SOCKETS is not set diff --git a/bsp/mpc85xx-p1010/.config b/bsp/mpc85xx-p1010/.config index 1aad4f25..748da585 100644 --- a/bsp/mpc85xx-p1010/.config +++ b/bsp/mpc85xx-p1010/.config @@ -40,3 +40,7 @@ CONFIG_PACKAGE_uclient-fetch=m CONFIG_PACKAGE_wpad-basic-wolfssl=m CONFIG_STRIP_KERNEL_EXPORTS=y CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=512 +# CONFIG_LIBCURL_FILE is not set +# CONFIG_LIBCURL_FTP is not set +# CONFIG_LIBCURL_PROXY is not set +# CONFIG_LIBCURL_UNIX_SOCKETS is not set diff --git a/bsp/octeon/.config b/bsp/octeon/.config index 335b2885..ccdd64e9 100644 --- a/bsp/octeon/.config +++ b/bsp/octeon/.config @@ -33,3 +33,7 @@ CONFIG_PACKAGE_uclient-fetch=m CONFIG_PACKAGE_wpad-basic-wolfssl=m CONFIG_STRIP_KERNEL_EXPORTS=y CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=512 +# CONFIG_LIBCURL_FILE is not set +# CONFIG_LIBCURL_FTP is not set +# CONFIG_LIBCURL_PROXY is not set +# CONFIG_LIBCURL_UNIX_SOCKETS is not set diff --git a/bsp/ramips-mt7621/.config b/bsp/ramips-mt7621/.config index 233086db..fd1c6792 100644 --- a/bsp/ramips-mt7621/.config +++ b/bsp/ramips-mt7621/.config @@ -46,3 +46,7 @@ CONFIG_PACKAGE_uclient-fetch=m CONFIG_PACKAGE_wpad-basic-wolfssl=m CONFIG_STRIP_KERNEL_EXPORTS=y CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=512 +# CONFIG_LIBCURL_FILE is not set +# CONFIG_LIBCURL_FTP is not set +# CONFIG_LIBCURL_PROXY is not set +# CONFIG_LIBCURL_UNIX_SOCKETS is not set diff --git a/bsp/ramips-mt76x8/.config b/bsp/ramips-mt76x8/.config index 58b6e284..0f4695de 100644 --- a/bsp/ramips-mt76x8/.config +++ b/bsp/ramips-mt76x8/.config @@ -45,3 +45,7 @@ CONFIG_PACKAGE_wpad-basic=y CONFIG_PACKAGE_uclient-fetch=m CONFIG_PACKAGE_wpad-basic-wolfssl=m CONFIG_STRIP_KERNEL_EXPORTS=y +# CONFIG_LIBCURL_FILE is not set +# CONFIG_LIBCURL_FTP is not set +# CONFIG_LIBCURL_PROXY is not set +# CONFIG_LIBCURL_UNIX_SOCKETS is not set diff --git a/bsp/x86-64/.config b/bsp/x86-64/.config index d5db6b3f..829b81f0 100644 --- a/bsp/x86-64/.config +++ b/bsp/x86-64/.config @@ -32,3 +32,7 @@ CONFIG_PACKAGE_wpad-basic=y CONFIG_PACKAGE_uclient-fetch=m CONFIG_PACKAGE_wpad-basic-wolfssl=m CONFIG_STRIP_KERNEL_EXPORTS=y +# CONFIG_LIBCURL_FILE is not set +# CONFIG_LIBCURL_FTP is not set +# CONFIG_LIBCURL_PROXY is not set +# CONFIG_LIBCURL_UNIX_SOCKETS is not set