buildrootschalter/package/nbd/Config.in
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00

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/