mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] hwdata: Version bump. 0.361 -> 0.362.
@ 2022-09-23  7:18 Christian Melki
  2022-09-28 14:29 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-09-23  7:18 UTC (permalink / raw)
  To: ptxdist

A few make changes plus id updates.

* hwdata now has an option to optionally install
kernel blacklist. This is just exposing the same
default.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/hwdata.make | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rules/hwdata.make b/rules/hwdata.make
index 158b13960..2b2170811 100644
--- a/rules/hwdata.make
+++ b/rules/hwdata.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_HWDATA) += hwdata
 #
 # Paths and names
 #
-HWDATA_VERSION		:= 0.361
-HWDATA_MD5		:= 7291f123d9a486a94425e076db9d8c71
+HWDATA_VERSION		:= 0.362
+HWDATA_MD5		:= 8a47c40da026c74314c95ec63050b9f8
 HWDATA			:= hwdata-$(HWDATA_VERSION)
 HWDATA_SUFFIX		:= tar.gz
 HWDATA_URL		:= https://github.com/vcrhonek/hwdata/archive/refs/tags/v$(HWDATA_VERSION).$(HWDATA_SUFFIX)
@@ -37,7 +37,8 @@ HWDATA_ENV		:= $(CROSS_ENV)
 # Only text files are processed. Just prefix setting here.
 HWDATA_CONF_TOOL	:= autoconf
 HWDATA_CONF_OPT		:= \
-	--prefix=/usr
+	--prefix=/usr \
+	--enable-blacklist
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.34.1




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

end of thread, other threads:[~2022-09-28 14:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-23  7:18 [ptxdist] [PATCH] hwdata: Version bump. 0.361 -> 0.362 Christian Melki
2022-09-28 14:29 ` [ptxdist] [APPLIED] " Michael Olbrich

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