diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-05-29 15:13:21 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-05-30 21:44:42 +0200 |
commit | 2105ecbd86d04e446effa11108f6bd755ed5f19a (patch) | |
tree | 5770a44a74dfcd10ef4ed851f1bce12cbbfd5fbc /package/nfs-utils/Config.in | |
parent | 103b816fe19e2c007bdcf45b59a7a10cfadcc19f (diff) | |
download | buildroot-novena-2105ecbd86d04e446effa11108f6bd755ed5f19a.tar.gz buildroot-novena-2105ecbd86d04e446effa11108f6bd755ed5f19a.zip |
nfs-utils: bump to version 1.2.6
Bump nfs-utils to version 1.2.6
Portmap or rpcbind (which we don't have) is required so select it.
Remove nfsiostat if there's no target python.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/nfs-utils/Config.in')
-rw-r--r-- | package/nfs-utils/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/nfs-utils/Config.in b/package/nfs-utils/Config.in index 774395b57..67d25a73d 100644 --- a/package/nfs-utils/Config.in +++ b/package/nfs-utils/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_NFS_UTILS bool "nfs-utils" depends on BR2_INET_RPC depends on BR2_LARGEFILE + select BR2_PACKAGE_PORTMAP help The NFS Linux kernel server. Warning: We do not force largefile support on here on purpose. |