diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in index c63cec2a9c..3df149b3de 100644 --- a/package/util-linux/Config.in +++ b/package/util-linux/Config.in @@ -233,15 +233,15 @@ config BR2_PACKAGE_UTIL_LINUX_LOSETUP config BR2_PACKAGE_UTIL_LINUX_LSFD bool "lsfd" depends on BR2_USE_MMU # libsmartcols - depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_19 + depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_15 depends on !BR2_TOOLCHAIN_USES_UCLIBC # process_vm_readv select BR2_PACKAGE_UTIL_LINUX_LIBSMARTCOLS help List file descriptors (modern replacement for lsof) -comment "lsfd needs a musl or glibc toolchain w/ headers >= 3.19" +comment "lsfd needs a musl or glibc toolchain w/ headers >= 4.15" depends on BR2_USE_MMU - depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_19 \ + depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_15 \ || BR2_TOOLCHAIN_USES_UCLIBC config BR2_PACKAGE_UTIL_LINUX_LSLOGINS