diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-22 15:56:42 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-22 15:56:42 +0000 |
commit | 7ff44431813e7dc17c14318a2a440ef7c9f1837c (patch) | |
tree | 425afc048f31f4951a5fc7eb6811b33e0e89b984 /package/nfs-utils/Config.in | |
parent | fc613ea410186f0eeacba8f7522fa3797f9d7f75 (diff) |
- make it compile if LFS is turned off and add a warning to the help-text.
LFS is _not_ turned on by this automagically _on_ _purpose_
Diffstat (limited to 'package/nfs-utils/Config.in')
-rw-r--r-- | package/nfs-utils/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/nfs-utils/Config.in b/package/nfs-utils/Config.in index 86045fa6b..ffe865d1f 100644 --- a/package/nfs-utils/Config.in +++ b/package/nfs-utils/Config.in @@ -3,6 +3,8 @@ config BR2_PACKAGE_NFS_UTILS default n help The NFS Linux kernel server. + Warning: We do not force largefile support on here on purpose. + Enable it yourself if you want to access big exports! http://sourceforge.net/projects/nfs |