diff --git a/package/kmod/Config.in b/package/kmod/Config.in index 8703e82701..8d8a9937ea 100644 --- a/package/kmod/Config.in +++ b/package/kmod/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_KMOD bool "kmod" depends on !BR2_STATIC_LIBS + depends on BR2_LARGEFILE help handle kernel modules @@ -16,3 +17,6 @@ config BR2_PACKAGE_KMOD_TOOLS modinfo, modprobe, rmmod). endif + +comment "kmod needs a toolchain w/ largefile, dynamic library" + depends on !BR2_LARGEFILE || BR2_STATIC_LIBS