* [Buildroot] [PATCH v2] New package: sdparm
@ 2010-12-07 9:05 Yegor Yefremov
2010-12-30 7:36 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Yegor Yefremov @ 2010-12-07 9:05 UTC (permalink / raw)
To: buildroot
Add utility to accesses SCSI device parameters.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Index: b/package/sdparm/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ b/package/sdparm/Config.in 2010-12-07 09:36:58.000000000 +0100
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_SDPARM
+ bool "sdparm"
+ help
+ Utility to accesses SCSI device parameters.
+
+ http://sg.danny.cz/sg/sdparm.html
Index: b/package/sdparm/sdparm.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ b/package/sdparm/sdparm.mk 2010-12-07 09:37:26.000000000 +0100
@@ -0,0 +1,5 @@
+SDPARM_VERSION = 1.06
+SDPARM_SOURCE = sdparm-$(SDPARM_VERSION).tgz
+SDPARM_SITE = http://sg.danny.cz/sg/p/
+
+$(eval $(call AUTOTARGETS,package,sdparm))
Index: b/package/Config.in
===================================================================
--- a/package/Config.in 2010-11-08 12:09:05.000000000 +0100
+++ b/package/Config.in 2010-12-03 17:37:41.000000000 +0100
@@ -184,6 +184,7 @@
source "package/ntfsprogs/Config.in"
source "package/pciutils/Config.in"
source "package/rng-tools/Config.in"
+source "package/sdparm/Config.in"
source "package/setserial/Config.in"
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
# busybox has fdisk
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2] New package: sdparm
2010-12-07 9:05 [Buildroot] [PATCH v2] New package: sdparm Yegor Yefremov
@ 2010-12-30 7:36 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2010-12-30 7:36 UTC (permalink / raw)
To: buildroot
>>>>> "Yegor" == Yegor Yefremov <yegor_sub1@visionsystems.de> writes:
Yegor> Add utility to accesses SCSI device parameters.
Yegor> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Yegor> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-30 7:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-07 9:05 [Buildroot] [PATCH v2] New package: sdparm Yegor Yefremov
2010-12-30 7:36 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox