From 04da4b2b8b8a7880b3cbec69a81a16db7a39121b Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Wed, 18 Dec 2024 14:33:25 +0100 Subject: [PATCH] Disable CONFIG_HTOP_LMSENSORS Don't include that package due it is making many difficulties when doing a build. --- configs/common/dumb_ap | 1 + configs/common/main-router | 1 + configs/common/parents | 1 + configs/common/parents-minimal | 1 + 4 files changed, 4 insertions(+) diff --git a/configs/common/dumb_ap b/configs/common/dumb_ap index 4c1e2a1..e14f717 100644 --- a/configs/common/dumb_ap +++ b/configs/common/dumb_ap @@ -20,6 +20,7 @@ CONFIG_PACKAGE_luci-theme-bootstrap=y # additional packages CONFIG_PACKAGE_vim=y CONFIG_PACKAGE_htop=y +# CONFIG_HTOP_LMSENSORS is not set CONFIG_PACKAGE_iperf3=y CONFIG_PACKAGE_curl=y CONFIG_PACKAGE_irqbalance=y diff --git a/configs/common/main-router b/configs/common/main-router index 98c7348..d9ddb10 100644 --- a/configs/common/main-router +++ b/configs/common/main-router @@ -21,6 +21,7 @@ CONFIG_PACKAGE_luci-theme-bootstrap=y CONFIG_PACKAGE_vim=y CONFIG_PACKAGE_bmon=y CONFIG_PACKAGE_htop=y +# CONFIG_HTOP_LMSENSORS is not set CONFIG_PACKAGE_iperf3=y CONFIG_PACKAGE_curl=y CONFIG_PACKAGE_rsync=y diff --git a/configs/common/parents b/configs/common/parents index 2421061..178989b 100644 --- a/configs/common/parents +++ b/configs/common/parents @@ -20,6 +20,7 @@ CONFIG_PACKAGE_luci-theme-bootstrap=y # additional packages CONFIG_PACKAGE_vim=y CONFIG_PACKAGE_htop=y +# CONFIG_HTOP_LMSENSORS is not set CONFIG_PACKAGE_curl=y CONFIG_PACKAGE_irqbalance=y CONFIG_PACKAGE_luci-app-irqbalance=y diff --git a/configs/common/parents-minimal b/configs/common/parents-minimal index f7bf3bc..bea5dc5 100644 --- a/configs/common/parents-minimal +++ b/configs/common/parents-minimal @@ -20,6 +20,7 @@ CONFIG_PACKAGE_luci-theme-bootstrap=y # additional packages CONFIG_PACKAGE_vim=y CONFIG_PACKAGE_htop=y +# CONFIG_HTOP_LMSENSORS is not set CONFIG_PACKAGE_curl=y CONFIG_PACKAGE_fping=y