summaryrefslogtreecommitdiff
path: root/package/kmod
diff options
context:
space:
mode:
Diffstat (limited to 'package/kmod')
-rw-r--r--package/kmod/Config.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/kmod/Config.in b/package/kmod/Config.in
index 8d8a9937e..e59b281cf 100644
--- a/package/kmod/Config.in
+++ b/package/kmod/Config.in
@@ -1,7 +1,6 @@
config BR2_PACKAGE_KMOD
bool "kmod"
depends on !BR2_STATIC_LIBS
- depends on BR2_LARGEFILE
help
handle kernel modules
@@ -18,5 +17,5 @@ config BR2_PACKAGE_KMOD_TOOLS
endif
-comment "kmod needs a toolchain w/ largefile, dynamic library"
- depends on !BR2_LARGEFILE || BR2_STATIC_LIBS
+comment "kmod needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS