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 <[email protected]> > --- > 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 [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
