kumquat-buildroot/package/hddtemp/Config.in
Peter Korsgaard 49fb4242dc package/hddtemp: fix information typo in help text
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit d5451c18c03e5f2b0ca545afc33ce1bdb35d1b00)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-09-19 11:05:02 +02:00

18 lines
554 B
Plaintext

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