4683420c4c
'default n' is the default, so there's no need to say it explicitly.
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
config BR2_PACKAGE_NBD
|
|
bool "nbd"
|
|
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/
|