summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/smartmontools.make9
1 files changed, 6 insertions, 3 deletions
diff --git a/rules/smartmontools.make b/rules/smartmontools.make
index 5555fa855..ab771bb5d 100644
--- a/rules/smartmontools.make
+++ b/rules/smartmontools.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_SMARTMONTOOLS) += smartmontools
#
# Paths and names
#
-SMARTMONTOOLS_VERSION := 5.42
-SMARTMONTOOLS_MD5 := 4460bf9a79a1252ff5c00ba52cf76b2a
+SMARTMONTOOLS_VERSION := 6.6
+SMARTMONTOOLS_MD5 := 9ae2c6e7131cd2813edcc65cbe5f223f
SMARTMONTOOLS := smartmontools-$(SMARTMONTOOLS_VERSION)
SMARTMONTOOLS_SUFFIX := tar.gz
SMARTMONTOOLS_URL := $(call ptx/mirror, SF, smartmontools/$(SMARTMONTOOLS).$(SMARTMONTOOLS_SUFFIX))
@@ -34,8 +34,11 @@ SMARTMONTOOLS_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--disable-sample \
--with-systemdsystemunitdir=/usr/lib/systemd/system \
+ --without-update-smart-drivedb \
+ --without-gnupg \
--without-selinux \
- --without-libcap-ng
+ --without-libcap-ng \
+ --without-nvme-devicescan
# ----------------------------------------------------------------------------
# Target-Install