diff options
author | Fabio Rossi <rossi.f@inwind.it> | 2017-08-22 12:02:00 +0200 |
---|---|---|
committer | Fabio Rossi <rossi.f@inwind.it> | 2017-08-22 12:02:00 +0200 |
commit | d04316bedfd9d97e1c2c0f98bcfdfbb82e6fc679 (patch) | |
tree | 48444ba8ed3eee84afa159a42129a65b1be89d3d /app-emulation/vmware-modules/vmware-modules-308.5.7.ebuild | |
parent | app-emulation/vmware-modules: add support to kernel 4.12 (diff) | |
download | vmware-d04316bedfd9d97e1c2c0f98bcfdfbb82e6fc679.tar.gz vmware-d04316bedfd9d97e1c2c0f98bcfdfbb82e6fc679.tar.bz2 vmware-d04316bedfd9d97e1c2c0f98bcfdfbb82e6fc679.zip |
app-emulation/vmware-modules: add support to kernel 4.13 for version 12
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-308.5.7.ebuild')
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-308.5.7.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-308.5.7.ebuild b/app-emulation/vmware-modules/vmware-modules-308.5.7.ebuild index ad6b45c..59ce990 100644 --- a/app-emulation/vmware-modules/vmware-modules-308.5.7.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-308.5.7.ebuild @@ -110,6 +110,7 @@ src_prepare() { kernel_is ge 4 12 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.12-00-vmblock-current_time.patch" kernel_is ge 4 12 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.12-01-vmci-do_once.patch" kernel_is ge 4 12 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.12-02-vmci-pci_enable_msix.patch" + kernel_is ge 4 13 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.13-00-vmnet-refcount.patch" # Allow user patches so they can support RC kernels and whatever else epatch_user |