summaryrefslogtreecommitdiff
path: root/package/nfs-utils/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2012-05-29 15:13:21 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2012-05-30 21:44:42 +0200
commit2105ecbd86d04e446effa11108f6bd755ed5f19a (patch)
tree5770a44a74dfcd10ef4ed851f1bce12cbbfd5fbc /package/nfs-utils/Config.in
parent103b816fe19e2c007bdcf45b59a7a10cfadcc19f (diff)
nfs-utils: bump to version 1.2.6next
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.in1
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.