summaryrefslogtreecommitdiffstats
path: root/package/portmap/Config.in
blob: fa7eaf1e0e8cae425f1e723451f47544dcd8a41e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config BR2_PACKAGE_PORTMAP
	bool "portmap"
	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
	help
	  The standard portmapper for RPC services.

	  Note that portmap is being deprecated in favour of rpcbind.

	  http://neil.brown.name/portmap/

comment "portmap needs a toolchain w/ RPC"
	depends on !BR2_TOOLCHAIN_HAS_NATIVE_RPC