Config.in 431 B

12345678910111213141516171819202122232425
  1. config BR2_PACKAGE_NBD
  2. bool "nbd"
  3. select BR2_PACKAGE_LIBGLIB2
  4. help
  5. NBD is a set of utilities to configure network block devices,
  6. allowing access to remote block devices over TCP/IP network.
  7. Depends on glib.
  8. http://nbd.sf.net/
  9. if BR2_PACKAGE_NBD
  10. config BR2_NBD_CLIENT
  11. bool "nbd client"
  12. default y
  13. help
  14. the client part of NBD.
  15. config BR2_NBD_SERVER
  16. bool "nbd server"
  17. help
  18. the server part of NBD.
  19. endif