diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2006-09-28 10:19:43 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2006-09-28 10:19:43 +0000 |
commit | 577278c538696e5e79c401a9865560f9f9686488 (patch) | |
tree | 38f955b1e59600b22ca83ab876bb7d06331984eb /package/nbd/Config.in | |
parent | a46a87d49355e2ae5c7490e061a4d2d601854908 (diff) | |
download | buildroot-novena-577278c538696e5e79c401a9865560f9f9686488.tar.gz buildroot-novena-577278c538696e5e79c401a9865560f9f9686488.zip |
Network block device package (client only)
Diffstat (limited to 'package/nbd/Config.in')
-rw-r--r-- | package/nbd/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/nbd/Config.in b/package/nbd/Config.in new file mode 100644 index 000000000..a8be78b45 --- /dev/null +++ b/package/nbd/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_NBD + bool "nbd" + default n + 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. + + http://nbd.sf.net/ |