1 config BR2_PACKAGE_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
7 depends on !BR2_PACKAGE_RPCBIND
9 The standard portmapper for RPC services.
11 Note that portmap is being deprecated in favour of rpcbind.
13 http://neil.brown.name/portmap/
15 comment "portmap needs a toolchain w/ RPC"
16 depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC