New package: sdparm

Add utility to accesses SCSI device parameters.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Yegor Yefremov 2010-12-07 10:05:32 +01:00 committed by Peter Korsgaard
parent 2bf3c16609
commit fe008aaf38
3 changed files with 12 additions and 0 deletions

View File

@ -189,6 +189,7 @@ source "package/ntfs-3g/Config.in"
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

6
package/sdparm/Config.in Normal file
View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_SDPARM
bool "sdparm"
help
Utility to accesses SCSI device parameters.
http://sg.danny.cz/sg/sdparm.html

5
package/sdparm/sdparm.mk Normal file
View File

@ -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))