aboutsummaryrefslogtreecommitdiff
path: root/net/jool
Commit message (Collapse)AuthorAge
* jool: Remove inactive maintainerDan Lüdtke2018-11-10
| | | | Signed-off-by: Dan Lüdtke <mail@danrl.com>
* jool: Backport two fixes for newer kernels.Rosen Penev2018-10-11
| | | | | | | The first is needed for 4.14 (maybe the relevant parts got packported and the second is for when OpenWrt migrates to 4.19. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* jool: Update to 3.5.7 and switch to tarballsRosen Penev2018-09-17
| | | | | | | | | | Should be faster. Rearranged Makefile slightly for consistency with other packages. Version 3.5.6 and above are relicensed to GPL-2.0. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* jool: update to latest git versionMatthias Schiffer2018-02-22
| | | | | | Fixes build against kernel 4.14. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* jool: fix PKG_BUILD_DIR to avoid kernel ABI mismatchMatthias Schiffer2017-10-29
| | | | | | | | | | | | | As jool builds a kernel module, a PKG_BUILD_DIR under KERNEL_BUILD_DIR must be used to avoid reusing build artifacts when switching to a different target of the same architecture. Otherwise, kernel ABI mismatches may result, leading to an unusuable module, or build failures like the following: Package kmod-jool is missing dependencies for the following libraries: crypto_hash.ko Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* jool: update to upstream version 3.5.3danrl2017-03-11
| | | | Signed-off-by: Dan Luedtke <mail@danrl.com>
* jool: version bump (fixes #3657)danrl2016-12-17
| | | | | | | Latest upstream changes explicitly include `net/ip6_checksum.h`. Fixes issue #3657. Signed-off-by: Dan Luedtke <mail@danrl.com>
* jool: added support for Jool SIIT/NAT64danrl2016-12-14
This adds support for the Jool SIIT/NAT64 translating kernel modules and user space tools. Signed-off-by: Dan Luedtke <mail@danrl.com>