1config BR2_PACKAGE_SMARTMONTOOLS
2	bool "smartmontools"
3	depends on BR2_INSTALL_LIBSTDCPP
4	depends on BR2_USE_MMU # fork()
5	help
6	  Control and monitor storage systems using S.M.A.R.T.
7
8	  http://smartmontools.sourceforge.net/
9
10comment "smartmontools needs a toolchain w/ C++"
11	depends on BR2_USE_MMU
12	depends on !BR2_INSTALL_LIBSTDCPP
13