Config.in 554 B

1234567891011121314151617
  1. config BR2_PACKAGE_HDDTEMP
  2. bool "hddtemp"
  3. depends on BR2_USE_MMU # fork()
  4. depends on !BR2_STATIC_LIBS
  5. select BR2_PACKAGE_LIBEXECINFO if !BR2_TOOLCHAIN_USES_GLIBC
  6. select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
  7. help
  8. hddtemp is a small utility that gives you the temperature of
  9. your hard drive by reading S.M.A.R.T. information, for drives
  10. that support this feature.
  11. https://github.com/vitlav/hddtemp
  12. http://www.guzu.net/linux/hddtemp.php
  13. comment "hddtemp needs dynamic library"
  14. depends on BR2_USE_MMU
  15. depends on BR2_STATIC_LIBS