mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
linux(4): Bump osrelease to 5.15.0
Linux kernel version 5.15 named Trick or Treat is a 22nd LTS release. Reviewed by: trasz, emaste Differential Revision: https://reviews.freebsd.org/D39649 MFC after: 1 month
This commit is contained in:
parent
b7a6bcdd13
commit
0ef30b5d6b
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@ int linux_get_oss_version(struct thread *td);
|
|||
|
||||
int linux_kernver(struct thread *td);
|
||||
|
||||
#define LINUX_KVERSION 4
|
||||
#define LINUX_KPATCHLEVEL 4
|
||||
#define LINUX_KVERSION 5
|
||||
#define LINUX_KPATCHLEVEL 15
|
||||
#define LINUX_KSUBLEVEL 0
|
||||
|
||||
#define LINUX_KERNVER(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|
||||
|
|
|
|||
Loading…
Reference in a new issue