Blame view

buildroot/buildroot-2016.08.1/package/portmap/Config.in 489 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  config BR2_PACKAGE_PORTMAP
  	bool "portmap"
  	depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC
  	# portmap and rpcbind provide the same feature, so they are
  	# mutually exclusive. rpcbind is the newer, preferred
  	# implementation.
  	depends on !BR2_PACKAGE_RPCBIND
  	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