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:
parent
2bf3c16609
commit
fe008aaf38
@ -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
6
package/sdparm/Config.in
Normal 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
5
package/sdparm/sdparm.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user