Move buildroot to bsp directory.

This commit is contained in:
2016-11-16 22:05:33 +01:00
parent 317c040ea8
commit 807ab03547
7408 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,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