* [ptxdist] [PATCH] util-linux-ng: allow installing wipefs
@ 2016-10-24 20:51 Clemens Gruber
2016-10-24 20:51 ` [ptxdist] [PATCH] lm_sensors: bump version Clemens Gruber
0 siblings, 1 reply; 2+ messages in thread
From: Clemens Gruber @ 2016-10-24 20:51 UTC (permalink / raw)
To: ptxdist; +Cc: Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
rules/util-linux-ng.in | 8 ++++++++
rules/util-linux-ng.make | 3 +++
2 files changed, 11 insertions(+)
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index b0d5e1f..a4f1e43 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -366,6 +366,14 @@ config UTIL_LINUX_NG_FINDFS
comment "BusyBox' findfs is selected!"
depends on BUSYBOX_FINDFS
+config UTIL_LINUX_NG_WIPEFS
+ bool
+ select UTIL_LINUX_NG_LIBBLKID
+ prompt "wipefs"
+ help
+ The wipefs program can erase filesystem, raid or partition-table
+ signatures.
+
config UTIL_LINUX_NG_ZRAMCTL
bool
prompt "zramctl"
diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make
index 2863a7d..e1c86c2 100644
--- a/rules/util-linux-ng.make
+++ b/rules/util-linux-ng.make
@@ -269,6 +269,9 @@ endif
ifdef PTXCONF_UTIL_LINUX_NG_FINDFS
@$(call install_copy, util-linux-ng, 0, 0, 0755, -, /sbin/findfs)
endif
+ifdef PTXCONF_UTIL_LINUX_NG_WIPEFS
+ @$(call install_copy, util-linux-ng, 0, 0, 0755, -, /sbin/wipefs)
+endif
ifdef PTXCONF_UTIL_LINUX_NG_ZRAMCTL
@$(call install_copy, util-linux-ng, 0, 0, 0755, -, /sbin/zramctl)
endif
--
2.10.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* [ptxdist] [PATCH] lm_sensors: bump version
2016-10-24 20:51 [ptxdist] [PATCH] util-linux-ng: allow installing wipefs Clemens Gruber
@ 2016-10-24 20:51 ` Clemens Gruber
0 siblings, 0 replies; 2+ messages in thread
From: Clemens Gruber @ 2016-10-24 20:51 UTC (permalink / raw)
To: ptxdist; +Cc: Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
rules/lm_sensors.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/lm_sensors.make b/rules/lm_sensors.make
index f5c4582..97df3f8 100644
--- a/rules/lm_sensors.make
+++ b/rules/lm_sensors.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_LM_SENSORS) += lm_sensors
#
# Paths and names
#
-LM_SENSORS_VERSION := 3.3.3
-LM_SENSORS_MD5 := 73c2fcccdab6049d289c5e0c596192a1
+LM_SENSORS_VERSION := 3.4.0
+LM_SENSORS_MD5 := c03675ae9d43d60322110c679416901a
LM_SENSORS := lm_sensors-$(LM_SENSORS_VERSION)
LM_SENSORS_SUFFIX := tar.bz2
LM_SENSORS_URL := \
--
2.10.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-24 20:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-24 20:51 [ptxdist] [PATCH] util-linux-ng: allow installing wipefs Clemens Gruber
2016-10-24 20:51 ` [ptxdist] [PATCH] lm_sensors: bump version Clemens Gruber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox