Skip to content

Commit ffb3605

Browse files
authored
net: update vmnet (#1152)
Signed-off-by: Abiola Ibrahim <[email protected]>
1 parent 90c434c commit ffb3605

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

embedded/network/vmnet_arm64.tar.gz

487 Bytes
Binary file not shown.

embedded/network/vmnet_x86_64.tar.gz

-300 Bytes
Binary file not shown.

scripts/build_vmnet.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ build_x86_64() (
2626
cd "$DIR_VMNET"
2727

2828
# pinning to a commit for consistency
29-
git checkout 3ce6e3f6e3493bd877e10292d3b68b1e0f87210b
29+
git checkout v1.1.5
3030
make ARCH=x86_64
3131

3232
move_to_embed_dir x86_64
@@ -39,7 +39,7 @@ build_arm64() (
3939
cd "$DIR_VMNET"
4040

4141
# pinning to a commit for consistency
42-
git checkout 3ce6e3f6e3493bd877e10292d3b68b1e0f87210b
42+
git checkout v1.1.5
4343
make ARCH=arm64
4444
move_to_embed_dir arm64
4545

0 commit comments

Comments
 (0)