summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2024-01-17 13:53:26 +0100
committerSimon Rettberg2024-01-17 13:53:26 +0100
commitccdb21f15ad2de26b820e06555e06b81b8bea0a4 (patch)
tree9919a49d581187bec795facab5039b2024b61fb4
parent[hardware-stats] Change low memory warning conditions (diff)
downloadmltk-ccdb21f15ad2de26b820e06555e06b81b8bea0a4.tar.gz
mltk-ccdb21f15ad2de26b820e06555e06b81b8bea0a4.tar.xz
mltk-ccdb21f15ad2de26b820e06555e06b81b8bea0a4.zip
[vmware17] Also always use patched modules if available
-rw-r--r--core/modules/vmware17/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vmware17/module.build b/core/modules/vmware17/module.build
index a95f720a..bbc0a971 100644
--- a/core/modules/vmware17/module.build
+++ b/core/modules/vmware17/module.build
@@ -53,7 +53,7 @@ build() {
cp "${MODULE_WORK_DIR}/src/$VMWARE_BUNDLE_FILE" "${MODULE_BUILD_DIR}/$VMWARE_BUNDLE_FILE"
local KVER2=$TARGET_KERNEL_SHORT
[ ${#KVER2} -gt 4 ] && KVER2=${KVER2%.*}
- git clone --depth 1 -b "w${OFFICIAL_VERSION}-k${KVER2}" "https://github.com/mkubecek/vmware-host-modules.git" "${MODULE_BUILD_DIR}/prepatched" \
+ git clone --depth 1 -b "workstation-${OFFICIAL_VERSION}" "https://github.com/mkubecek/vmware-host-modules.git" "${MODULE_BUILD_DIR}/prepatched" \
&& pinfo "Have prepatched kernel modules"
if ! [ -d "${MODULE_BUILD_DIR}/prepatched" ]; then
# copy required patches