mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
13 lines
308 B
Plaintext
13 lines
308 B
Plaintext
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/
|