2013-01-18 13:08:45 +01:00
|
|
|
config BR2_PACKAGE_LIBATASMART
|
|
|
|
bool "libatasmart"
|
2014-02-07 14:21:33 +01:00
|
|
|
depends on BR2_PACKAGE_HAS_UDEV # libudev is configure dependency
|
2013-01-18 13:08:45 +01:00
|
|
|
help
|
|
|
|
The libatasmart package is a disk reporting library.
|
|
|
|
It only supports a subset of the ATA S.M.A.R.T. functionality.
|
|
|
|
|
2014-06-13 23:53:40 +02:00
|
|
|
http://0pointer.de/blog/projects/being-smart.html
|
2013-01-18 13:08:45 +01:00
|
|
|
|
|
|
|
comment "libatasmart requires udev to be enabled"
|
2014-02-07 14:21:33 +01:00
|
|
|
depends on !BR2_PACKAGE_HAS_UDEV
|