summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2024-01-05 15:33:10 +0100
committerSimon Rettberg2024-01-05 15:33:10 +0100
commit9ab2c30b2453c65dd0ded3049e5c5ba874a97f9c (patch)
tree7a99271083114b8179e6663e8b0d50d581f8c423
parentAdd new slx-vars doc: SLX_LOCATIONS, SLX_NET_DHCP_UUID (diff)
downloadmltk-9ab2c30b2453c65dd0ded3049e5c5ba874a97f9c.tar.gz
mltk-9ab2c30b2453c65dd0ded3049e5c5ba874a97f9c.tar.xz
mltk-9ab2c30b2453c65dd0ded3049e5c5ba874a97f9c.zip
[vmware12] Try to get patching to work again
-rw-r--r--core/modules/vmware12/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vmware12/module.build b/core/modules/vmware12/module.build
index 56e0aa4c..714d7abe 100644
--- a/core/modules/vmware12/module.build
+++ b/core/modules/vmware12/module.build
@@ -54,7 +54,7 @@ build() {
# checkout pre-patched sources
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