diff options
author | 2017-12-05 00:03:11 +0100 | |
---|---|---|
committer | 2017-12-05 00:03:11 +0100 | |
commit | 0f4fedb03b69af3b839d73c74a0aa87bc1132ba8 (patch) | |
tree | 4cdfa83d8989480e2dca2798830f5002aba3b073 /app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild | |
parent | Fix note about openssl version (diff) | |
download | vmware-0f4fedb03b69af3b839d73c74a0aa87bc1132ba8.tar.gz vmware-0f4fedb03b69af3b839d73c74a0aa87bc1132ba8.tar.bz2 vmware-0f4fedb03b69af3b839d73c74a0aa87bc1132ba8.zip |
app-emulation/vmware-modules: add support to kernel 4.15-rc2
Patch inspired to https://github.com/mkubecek/vmware-host-modules/commit/562121d7bc06
but I prefer to leave the sources as close as possible to the original ones.
The changes are due to kernel commits b9eaf18722221ef8b2bd6a67240ebe668622152a
and e99e88a9d2b067465adaa9c111ada99a041bef9a
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild')
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild b/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild index 0f74914..e6f2999 100644 --- a/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-308.5.8.ebuild @@ -114,6 +114,7 @@ src_prepare() { kernel_is ge 4 13 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.13-01-vmmon-fix-page-accounting.patch" kernel_is ge 4 14 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.14-00-vmmon-global-page-state.patch" kernel_is ge 4 14 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.14-01-deprecated-asm-uaccess.patch" + kernel_is ge 4 15 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.15-00-init_timer.patch" # Allow user patches so they can support RC kernels and whatever else epatch_user |