diff options
author | Vincent Palatin <vincent.palatin_buildroot@m4x.org> | 2009-11-22 21:18:11 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-11-22 21:18:11 +0100 |
commit | 6aac003abf821e220f7d3c6c597c1f0f1dd84a06 (patch) | |
tree | f8c350de066dbcce209eaeff63250b2eaa117281 /CHANGES | |
parent | 07019b2c13ab85e8bc18128ef2772d090f2d18d5 (diff) | |
download | buildroot-novena-6aac003abf821e220f7d3c6c597c1f0f1dd84a06.tar.gz buildroot-novena-6aac003abf821e220f7d3c6c597c1f0f1dd84a06.zip |
package/nbd: add nbd-server support
Closes #645
Signed-off-by: Vincent Palatin <vincent.palatin_buildroot@m4x.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -14,8 +14,8 @@ e2fsprogs, festival, gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good, imagemagick, ipkg, iptables, iw, kernel-headers, kismet, libelf, libevent, libglib2, libidn, liblockfile, libmad, - libpcap, libupnp, libuuid, lighttpd, ltrace, lua, lzma, mdadm, ncftp, - ncurses, netkittelnet, netsnmp, ntfs-3g, openntp, openssl, php, + libpcap, libupnp, libuuid, lighttpd, ltrace, lua, lzma, mdadm, nbd, + ncftp, ncurses, netkittelnet, netsnmp, ntfs-3g, openntp, openssl, php, python, quagga, radvd, rsync, samba, sawman, sdl, shared-mime-info, spawn-fcgi, speech-tools, sqlite, squashfs, synergy, syslinux, tcpdump, u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant, @@ -38,6 +38,7 @@ #615: python: Don't delete .py files unless asked #617: netkit/inetd requires RPC and fails to build if RPC is disabled #619: netkittelnet requires netkitbase to install, but there's no ... + #645: allow to build nbd-server with NBD package #653: [SECURITY] Update php package to version 5.2.11 #655: Update sqlite package to version 3.6.18 #657: Bug in imagemagick-clean target |