Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
oldshensheep committed Apr 17, 2023
1 parent e79b352 commit c84cc99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mkdir ${BUILD_DIR}/kbuild

# download source of kernel

git clone -branch ${WSL2_Linux_Kernel_BRANCH} -depth 1 --single-branch https://github.com/microsoft/WSL2-Linux-Kernel.git
git clone --branch ${WSL2_Linux_Kernel_BRANCH} --depth 1 --single-branch https://github.com/microsoft/WSL2-Linux-Kernel.git
mv WSL2-Linux-Kernel ${BUILD_DIR}/kbuild/

# Using Microsoft config-wsl
Expand Down
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

export KERNELVER="6.1.21.1"
export WSL2_Linux_Kernel_BRANCH="linux-msft-wsl-6.1.21.1"
export WSL2_Linux_Kernel_BRANCH="linux-msft-wsl-6.1.y"

export ZFSVER="2.1.10" # https://zfsonlinux.org/

Expand Down

0 comments on commit c84cc99

Please sign in to comment.