2005-12-16 14:33:32 +01:00
|
|
|
config BR2_PACKAGE_SMARTMONTOOLS
|
|
|
|
bool "smartmontools"
|
2011-01-11 19:32:31 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2013-03-19 11:04:24 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2005-12-16 14:33:32 +01:00
|
|
|
help
|
|
|
|
Control and monitor storage systems using S.M.A.R.T.
|
|
|
|
|
|
|
|
http://smartmontools.sourceforge.net/
|
2011-01-11 19:32:31 +01:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "smartmontools needs a toolchain w/ C++"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2011-01-11 19:32:31 +01:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|