runfalk / synology-wireguard

WireGuard support for some Synology NAS drives
MIT License
918 stars 131 forks source link

im try to compile wireguard in kernal version 6.2.0.32 #182

Open Reshma1206 opened 9 months ago

Reshma1206 commented 9 months ago

here im try to compile wireguard in kernal version 6.2.0.32 error im facing sk_buff file missing in kernal header like this -------> eg: error: ‘struct sk_buff’ has no member named ‘headers_end’; did you mean ‘headers’? 85 | offsetof(struct sk_buff, headers_end)

but file was inside kernal header here sk_buff file not fetching while compiling wireguard in kernal . here im trying to wireguard in kernal version 5.10 its compiling .im not facing any issuse.

here , question is wireguard does compile in kernal version above 6.2.0.32 ? any can tell the process?