From abd172a309489ecd033f252d15899a846f586260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Fri, 19 Jan 2024 00:56:51 +0100 Subject: [PATCH] bsp: work around lm-sensors build error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Building htop with lm-sensors support currently breaks x86_64 image building. Disable lm-sensors support for all platforms for now, because we are currently not including lm-sensors anyway. Signed-off-by: Fabian Bläse --- bsp/ath79-generic/.config | 1 + bsp/ipq40xx-generic/.config | 1 + bsp/ipq806x-generic/.config | 1 + bsp/mpc85xx-p1010/.config | 1 + bsp/octeon/.config | 1 + bsp/ramips-mt7621/.config | 1 + bsp/ramips-mt76x8/.config | 1 + bsp/x86-64/.config | 1 + 8 files changed, 8 insertions(+) diff --git a/bsp/ath79-generic/.config b/bsp/ath79-generic/.config index d2065b1..512abf7 100644 --- a/bsp/ath79-generic/.config +++ b/bsp/ath79-generic/.config @@ -116,3 +116,4 @@ CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=1024 # CONFIG_LIBCURL_FTP is not set # CONFIG_LIBCURL_PROXY is not set # CONFIG_LIBCURL_UNIX_SOCKETS is not set +# CONFIG_HTOP_LMSENSORS is not set diff --git a/bsp/ipq40xx-generic/.config b/bsp/ipq40xx-generic/.config index 8a579bf..762f216 100644 --- a/bsp/ipq40xx-generic/.config +++ b/bsp/ipq40xx-generic/.config @@ -37,3 +37,4 @@ CONFIG_PACKAGE_uclient-fetch=m CONFIG_PACKAGE_wpad-basic-wolfssl=m CONFIG_STRIP_KERNEL_EXPORTS=y CONFIG_PACKAGE_kmod-hwmon-core=y +# CONFIG_HTOP_LMSENSORS is not set diff --git a/bsp/ipq806x-generic/.config b/bsp/ipq806x-generic/.config index a452ba2..365cfe4 100644 --- a/bsp/ipq806x-generic/.config +++ b/bsp/ipq806x-generic/.config @@ -47,3 +47,4 @@ CONFIG_STRIP_KERNEL_EXPORTS=y # CONFIG_LIBCURL_FTP is not set # CONFIG_LIBCURL_PROXY is not set # CONFIG_LIBCURL_UNIX_SOCKETS is not set +# CONFIG_HTOP_LMSENSORS is not set diff --git a/bsp/mpc85xx-p1010/.config b/bsp/mpc85xx-p1010/.config index 748da58..46cbbd9 100644 --- a/bsp/mpc85xx-p1010/.config +++ b/bsp/mpc85xx-p1010/.config @@ -44,3 +44,4 @@ CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=512 # CONFIG_LIBCURL_FTP is not set # CONFIG_LIBCURL_PROXY is not set # CONFIG_LIBCURL_UNIX_SOCKETS is not set +# CONFIG_HTOP_LMSENSORS is not set diff --git a/bsp/octeon/.config b/bsp/octeon/.config index ccdd64e..6dedc9b 100644 --- a/bsp/octeon/.config +++ b/bsp/octeon/.config @@ -37,3 +37,4 @@ CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=512 # CONFIG_LIBCURL_FTP is not set # CONFIG_LIBCURL_PROXY is not set # CONFIG_LIBCURL_UNIX_SOCKETS is not set +# CONFIG_HTOP_LMSENSORS is not set diff --git a/bsp/ramips-mt7621/.config b/bsp/ramips-mt7621/.config index fd1c679..83952b9 100644 --- a/bsp/ramips-mt7621/.config +++ b/bsp/ramips-mt7621/.config @@ -50,3 +50,4 @@ CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=512 # CONFIG_LIBCURL_FTP is not set # CONFIG_LIBCURL_PROXY is not set # CONFIG_LIBCURL_UNIX_SOCKETS is not set +# CONFIG_HTOP_LMSENSORS is not set diff --git a/bsp/ramips-mt76x8/.config b/bsp/ramips-mt76x8/.config index 5e114b4..f2b2e93 100644 --- a/bsp/ramips-mt76x8/.config +++ b/bsp/ramips-mt76x8/.config @@ -48,3 +48,4 @@ CONFIG_STRIP_KERNEL_EXPORTS=y # CONFIG_LIBCURL_FTP is not set # CONFIG_LIBCURL_PROXY is not set # CONFIG_LIBCURL_UNIX_SOCKETS is not set +# CONFIG_HTOP_LMSENSORS is not set diff --git a/bsp/x86-64/.config b/bsp/x86-64/.config index 829b81f..b70e741 100644 --- a/bsp/x86-64/.config +++ b/bsp/x86-64/.config @@ -36,3 +36,4 @@ CONFIG_STRIP_KERNEL_EXPORTS=y # CONFIG_LIBCURL_FTP is not set # CONFIG_LIBCURL_PROXY is not set # CONFIG_LIBCURL_UNIX_SOCKETS is not set +# CONFIG_HTOP_LMSENSORS is not set