summaryrefslogtreecommitdiff
path: root/package/sg3_utils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/sg3_utils/Config.in')
-rw-r--r--package/sg3_utils/Config.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/sg3_utils/Config.in b/package/sg3_utils/Config.in
index a8099f531..f4db4b9b9 100644
--- a/package/sg3_utils/Config.in
+++ b/package/sg3_utils/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_SG3_UTILS
bool "sg3-utils"
- depends on BR2_LARGEFILE
depends on BR2_TOOLCHAIN_HAS_THREADS
help
Low level utilities for devices that use a SCSI command set.
@@ -15,5 +14,5 @@ config BR2_PACKAGE_SG3_UTILS_PROGS
endif
-comment "sg3-utils needs a toolchain w/ largefile, threads"
- depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
+comment "sg3-utils needs a toolchain w/ threads"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS