blob: db323c5b21517a683a1c6f73d2e5b0be83e3a5f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_NBD
bool "nbd"
default n
select BR2_PACKAGE_LIBGLIB2
help
NBD is a set of utilities to configure network block devices,
allowing access to remote block devices over TCP/IP network.
Notice: This package only provides the NBD client.
Depends on glib.
http://nbd.sf.net/
|