diff options
Diffstat (limited to 'package/aircrack-ng/Config.in')
-rw-r--r-- | package/aircrack-ng/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/aircrack-ng/Config.in b/package/aircrack-ng/Config.in index 80b3a2b1c8..bb100b8851 100644 --- a/package/aircrack-ng/Config.in +++ b/package/aircrack-ng/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_AIRCRACK_NG bool "aircrack-ng" - depends on BR2_LARGEFILE depends on BR2_USE_MMU # uses fork() # libnl has issues when linking statically # they need fixing in libnl itself @@ -13,6 +12,6 @@ config BR2_PACKAGE_AIRCRACK_NG http://www.aircrack-ng.org/ -comment "aircrack-ng needs a toolchain w/ largefile, threads" +comment "aircrack-ng needs a toolchain w/ threads" depends on BR2_USE_MMU - depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS + depends on !BR2_TOOLCHAIN_HAS_THREADS |