mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Bump the default linux version from 3.2.0 to 3.10.0, which corresponds
to RHEL 7. Required for DB2. Reviewed by: emaste MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D25656
This commit is contained in:
parent
3e9a214260
commit
eb6ae7576d
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ int linux_get_oss_version(struct thread *td);
|
|||
int linux_kernver(struct thread *td);
|
||||
|
||||
#define LINUX_KVERSION 3
|
||||
#define LINUX_KPATCHLEVEL 2
|
||||
#define LINUX_KPATCHLEVEL 10
|
||||
#define LINUX_KSUBLEVEL 0
|
||||
|
||||
#define LINUX_KERNVER(a,b,c) (((a) << 16) + ((b) << 8) + (c))
|
||||
|
|
|
|||
Loading…
Reference in a new issue