d960690d7b99809a10dd90258258d5e106908218
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / portmap / Config.in
1 config BR2_PACKAGE_PORTMAP
2         bool "portmap"
3         depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
4         # portmap and rpcbind provide the same feature, so they are
5         # mutually exclusive. rpcbind is the newer, preferred
6         # implementation.
7         depends on !BR2_PACKAGE_RPCBIND
8         help
9           The standard portmapper for RPC services.
10
11           Note that portmap is being deprecated in favour of rpcbind.
12
13           http://neil.brown.name/portmap/
14
15 comment "portmap needs a toolchain w/ RPC"
16         depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC