git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5a1dc8e
)
libreswan: drop support for kernel 4.14
author
Adrian Schmutzler
<redacted>
Wed, 2 Sep 2020 13:01:48 +0000
(15:01 +0200)
committer
Adrian Schmutzler
<redacted>
Wed, 2 Sep 2020 14:33:04 +0000
(16:33 +0200)
Support for kernel 4.14 has been dropped in main repo, so remove it
here as well.
Signed-off-by: Adrian Schmutzler <redacted>
net/libreswan/Makefile
patch
|
blob
|
history
diff --git
a/net/libreswan/Makefile
b/net/libreswan/Makefile
index d45f79326c84aa696aeb1c28c3814346c6606b15..0fe02e1798311f52d364b997896fb73f310e65a9 100644
(file)
--- a/
net/libreswan/Makefile
+++ b/
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' \
git clone https://git.99rst.org/PROJECT