nbd: Update to 3.19 and remove unneed patches 9025/head
authorDaniel F. Dickinson <cshored@thecshore.com>
Sat, 18 May 2019 06:52:13 +0000 (06:52 +0000)
committerDaniel F. Dickinson <cshored@thecshore.com>
Fri, 31 May 2019 07:08:06 +0000 (07:08 +0000)
commitb6da58fabfb63fc5782bd477a9ca4903e59c1fa7
tree5e3d8ea5b753290108c14087a174357937c3a887
parent10dd4f47203706cd40304182b22032b3ea7d0920
nbd: Update to 3.19 and remove unneed patches

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>
net/nbd/Makefile
net/nbd/patches/100-make-gnutls-test-optional.patch [deleted file]
net/nbd/patches/101-fix-build-without-gnutls.patch [deleted file]