[OpenWrt-Devel] [PATCH 2/2] linux/net: Add dependency for crypto echainiv module on 4.4
John Crispin
blogic at openwrt.org
Fri Feb 12 03:27:33 EST 2016
Hi,
On 30/01/2016 23:15, André Valentin wrote:
> This dependency is needed to be able to create ipsec xfrm states.
>
> Signed-off-by: André Valentin <avalentin at marcant.net>
> ---
> package/kernel/linux/modules/netsupport.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk
> index 0215722..39491aa 100644
> --- a/package/kernel/linux/modules/netsupport.mk
> +++ b/package/kernel/linux/modules/netsupport.mk
> @@ -286,7 +286,7 @@ IPSEC-m:= \
> define KernelPackage/ipsec
> SUBMENU:=$(NETWORK_SUPPORT_MENU)
> TITLE:=IPsec related modules (IPv4 and IPv6)
> - DEPENDS:=+kmod-crypto-authenc +kmod-crypto-iv +kmod-crypto-des +kmod-crypto-hmac +kmod-crypto-md5 +kmod-crypto-sha1 +kmod-crypto-deflate +kmod-crypto-cbc
> + DEPENDS:=+kmod-crypto-authenc +kmod-crypto-iv +kmod-crypto-des +kmod-crypto-hmac +kmod-crypto-md5 +kmod-crypto-sha1 +kmod-crypto-deflate +kmod-crypto-cbc +LINUX_4_4:kmod-crypto-echainiv
Hi,
should this not use the -ge syntax ? right now this wont work on v4.5
John
> KCONFIG:= \
> CONFIG_NET_KEY \
> CONFIG_XFRM_USER \
>
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list