Browse Source
Merge pull request #13281 from adschm/libreswan414
libreswan: drop support for kernel 4.14
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
4 deletions
-
net/libreswan/Makefile
|
|
@ -86,10 +86,6 @@ MAKE_FLAGS+= \ |
|
|
|
MODPROBEARGS="-q" \
|
|
|
|
ARCH="$(LINUX_KARCH)" \
|
|
|
|
|
|
|
|
ifdef CONFIG_LINUX_4_14 |
|
|
|
MAKE_FLAGS+= USE_XFRM_INTERFACE_IFLA_HEADER=true |
|
|
|
endif |
|
|
|
|
|
|
|
define Build/Prepare |
|
|
|
$(call Build/Prepare/Default) |
|
|
|
$(SED) 's,include $$$$(top_srcdir)/mk/manpages.mk,,g' \
|
|
|
|