[OpenWrt-Devel] [PATCH 2/3] netsupport: improve xfrm module support

Andre Valentin avalentin at marcant.net
Sat Jun 15 19:50:14 EDT 2019


Hi!
Am 15.06.19 um 21:35 schrieb Hans Dedecker:
> Hi,
> 
> On Fri, Jun 14, 2019 at 1:10 PM André Valentin <avalentin at marcant.net> wrote:
>>
>> -switch to module autoprobe
>> -exclude 4.9 kernel
>>
>> Signed-off-by: André Valentin <avalentin at marcant.net>
>> ---
>>  package/kernel/linux/modules/netsupport.mk | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk
>> index 20616d9af6..9732ee0d73 100644
>> --- a/package/kernel/linux/modules/netsupport.mk
>> +++ b/package/kernel/linux/modules/netsupport.mk
>> @@ -386,10 +386,10 @@ $(eval $(call KernelPackage,ip6-vti))
>>  define KernelPackage/xfrm-interface
>>    SUBMENU:=$(NETWORK_SUPPORT_MENU)
>>    TITLE:=IPsec XFRM Interface
>> -  DEPENDS:=+kmod-ipsec4 +kmod-ipsec6 @!LINUX_4_14
>> +  DEPENDS:=+kmod-ipsec4 +kmod-ipsec6 @!LINUX_4_14 @!LINUX_4_9
> Is there a reason why you want to exclude kernel version 4.9 as in
> master all targets will be switched to 4.19 and afaik no targets will
> use 4.9


It was Hauke Mehrtens wish, so I'm a bit in between.

Kind regards,

André

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4058 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20190616/86c14052/attachment.p7s>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list