Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/ndctl: bump to version 85
@ 2026-06-30 13:25 Chen Pei
  2026-07-04 19:55 ` Julien Olivain via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Pei @ 2026-06-30 13:25 UTC (permalink / raw)
  To: buildroot

Upstream v85 no longer requires the -Dfwctl=enabled / -Dkeyutils=enabled
workaround, so drop both options along with the stale comment.

Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
---
 package/ndctl/ndctl.hash | 2 +-
 package/ndctl/ndctl.mk   | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/package/ndctl/ndctl.hash b/package/ndctl/ndctl.hash
index f731fb7263..dbba1d16dc 100644
--- a/package/ndctl/ndctl.hash
+++ b/package/ndctl/ndctl.hash
@@ -1,5 +1,5 @@
 # locally computed
-sha256  dd4b9b9a9dc0a15e980670b6f889e910a80ad60f2309e03bfd9cc6071d14dd30  ndctl-83.tar.gz
+sha256  69039ee12c75c44f67b5fa3f1abb61d1c38ff9303021e50cec0b45801cc93b2e  ndctl-85.tar.gz
 sha256  1334f22048052d69647860fe9fb24997dc3b33737cb494297d68949f589fa1cf  COPYING
 sha256  5c37e41135091a39821cfb306ad8516625b0bb49510ce56ad85c347bbc46df29  LICENSES/other/CC0-1.0
 sha256  89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e  LICENSES/other/MIT
diff --git a/package/ndctl/ndctl.mk b/package/ndctl/ndctl.mk
index ceb01d633f..47d51e6b1a 100644
--- a/package/ndctl/ndctl.mk
+++ b/package/ndctl/ndctl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NDCTL_VERSION = 83
+NDCTL_VERSION = 85
 NDCTL_SITE = $(call github,pmem,ndctl,v$(NDCTL_VERSION))
 NDCTL_LICENSE = \
 	CC0-1.0 (helper routines), \
@@ -26,12 +26,8 @@ NDCTL_DEPENDENCIES = \
 	udev \
 	util-linux-libs
 
-# Currently, disabling keyutils or fwctl support will cause builds to
-# fail. Therefore, always pass the -Dfwctl=enabled and -Dkeyutils=enabled.
 NDCTL_CONF_OPTS = \
 	-Ddocs=disabled \
-	-Dfwctl=enabled \
-	-Dkeyutils=enabled \
 	-Diniparserdir=$(STAGING_DIR)/usr/include/iniparser
 
 ifeq ($(BR2_PACKAGE_LIBTRACEFS)$(BR2_PACKAGE_LIBTRACEEVENT),yy)
-- 
2.50.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-04 19:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-30 13:25 [Buildroot] [PATCH] package/ndctl: bump to version 85 Chen Pei
2026-07-04 19:55 ` Julien Olivain via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox