libreswan: drop support for kernel 4.14
Support for kernel 4.14 has been dropped in main repo, so remove it here as well. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
5a1dc8ed91
commit
f98158b755
1 changed files with 0 additions and 4 deletions
|
@ -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' \
|
||||
|
|
Loading…
Reference in a new issue