3 depends on BR2_USE_WCHAR
4 depends on BR2_TOOLCHAIN_HAS_THREADS
6 select BR2_PACKAGE_LIBGLIB2
8 NBD is a set of utilities to configure network block devices,
9 allowing access to remote block devices over TCP/IP network.
15 config BR2_PACKAGE_NBD_CLIENT
19 The client part of NBD.
21 config BR2_PACKAGE_NBD_SERVER
24 The server part of NBD.
26 config BR2_PACKAGE_NBD_TRDUMP
29 Utility to dump server logs in human-readable form.
33 comment "nbd needs a toolchain w/ wchar, threads"
34 depends on BR2_USE_MMU
35 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS