aboutsummaryrefslogtreecommitdiff
path: root/net/nbd/patches
Commit message (Collapse)AuthorAge
* nbd: Update to 3.19 and remove unneed patchesDaniel F. Dickinson2019-05-31
| | | | | | | | | | | | | | | | Current version in OpenWrt (3.16.2) fails against the Arch Linux in System Rescue CD's NBD as rootfs (to allow sharing ISO across network). Based on resolved issues and web searching it seems nbd had endianness issues (which affected my ath79 device). This updates to 3.19 which allows System Rescue CD PXE boot with NBD rootfs to work. Removed patches no longer required due to upstream changes, and added new configure option (--without-libnl) required to avoid linking against full libnl and libnl-genl (if present in build). Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* nbd: fix gnutls dependencyMarcin Jurkowski2017-10-25
| | | | | | | Get rid of gnutls dependency introduced in 5bca84b. Needs patching configure script to make gnutls existence test optional. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* nbd: bump to 3.16.2Marcin Jurkowski2017-10-18
Upgrade nbd to version 3.16.2. Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>