2006-09-28 12:19:43 +02:00
|
|
|
config BR2_PACKAGE_NBD
|
|
|
|
bool "nbd"
|
2010-05-25 23:38:44 +02:00
|
|
|
depends on BR2_USE_WCHAR # glib2
|
2008-06-18 17:03:07 +02:00
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
2006-09-28 12:19:43 +02:00
|
|
|
help
|
|
|
|
NBD is a set of utilities to configure network block devices,
|
|
|
|
allowing access to remote block devices over TCP/IP network.
|
|
|
|
|
2008-06-18 17:03:07 +02:00
|
|
|
Depends on glib.
|
|
|
|
|
2006-09-28 12:19:43 +02:00
|
|
|
http://nbd.sf.net/
|
2009-11-22 21:18:11 +01:00
|
|
|
|
2010-05-25 23:38:44 +02:00
|
|
|
comment "nbd requires a toolchain with WCHAR support"
|
|
|
|
depends on !BR2_USE_WCHAR
|
|
|
|
|
2009-11-22 21:18:11 +01:00
|
|
|
if BR2_PACKAGE_NBD
|
|
|
|
|
|
|
|
config BR2_NBD_CLIENT
|
|
|
|
bool "nbd client"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
the client part of NBD.
|
|
|
|
|
|
|
|
config BR2_NBD_SERVER
|
|
|
|
bool "nbd server"
|
|
|
|
help
|
|
|
|
the server part of NBD.
|
|
|
|
|
|
|
|
endif
|