All Projects → fangli → openwrt-vm-tools

fangli / openwrt-vm-tools

Licence: other
vmware tools open-vm-tools for OpenWRT, segfault and crashes free😊😊

Programming Languages

Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to openwrt-vm-tools

centos-7-kickstart
build a centos 7 iso/ovf/ova with kickstart
Stars: ✭ 22 (-51.11%)
Mutual labels:  vmware, open-vm-tools
OpenWrtAction
Openwrt automatic compilation project of github action
Stars: ✭ 28 (-37.78%)
Mutual labels:  openwrt
mt762x-wm8960
MT762X WM8960 ALSA SoC machine driver
Stars: ✭ 19 (-57.78%)
Mutual labels:  openwrt
ucode
JavaScript-like language with optional templating
Stars: ✭ 27 (-40%)
Mutual labels:  openwrt
VMwareWorkstation
手动上传官网的VMwareWorkstation安装包
Stars: ✭ 309 (+586.67%)
Mutual labels:  vmware
OpenWRT-x86 64-Install
Create and deploy a LEGACY or EFI OpenWRT bootable image for x86_64 processors
Stars: ✭ 15 (-66.67%)
Mutual labels:  openwrt
meta-openwrt
OE/Yocto metadata layer for OpenWRT
Stars: ✭ 75 (+66.67%)
Mutual labels:  openwrt
govix
VMware VIX API for Go
Stars: ✭ 35 (-22.22%)
Mutual labels:  vmware
AdGuard-Home-Whitelist
A strict curated whitelist for AdGuard Home.
Stars: ✭ 50 (+11.11%)
Mutual labels:  vmware
openwrt
OpenWrt Stable 1907 with lean's package
Stars: ✭ 55 (+22.22%)
Mutual labels:  openwrt
NanoPi-R2C-Plus
基于lean和immortalwrt编译第三方固件,每天自动更新插件和内核,Fusion编译法
Stars: ✭ 89 (+97.78%)
Mutual labels:  openwrt
openwrt-v2ray-plugin
V2ray-plugin for OpenWrt
Stars: ✭ 104 (+131.11%)
Mutual labels:  openwrt
feed-netkeeper
Openwrt闪讯插件
Stars: ✭ 107 (+137.78%)
Mutual labels:  openwrt
openwrt-useful-tools
A repo containing different tools compiled specifically for the Hak5 WiFi Pineapple MK6 and MK7.
Stars: ✭ 155 (+244.44%)
Mutual labels:  openwrt
ansible-nnxx
Ansible configurations for the nnxx infrastructure
Stars: ✭ 11 (-75.56%)
Mutual labels:  openwrt
vmSafeguard
vmSafeguard is a management, planning, backup system for a Vmware ESXi(s) solution, orchestrated through a Web Admin Panel. RTFM for more info. Under develop since Jun 2020
Stars: ✭ 20 (-55.56%)
Mutual labels:  vmware
Phicomm-K2P-K3-OpenWrt-Firmware
Phicomm K3 OpenWrt firmware Compile by Github Actions,(K2P firmware update,see my mood)
Stars: ✭ 42 (-6.67%)
Mutual labels:  openwrt
insaneworks-packer-template
CentOS 7-8 8Stream / AlmaLinux 8 / FreeBSD 12 - 13 x64 + VirtualBox / VMWare for Packer Template + FreeBSD 13 / AlmaLinux 9 + Parallels
Stars: ✭ 38 (-15.56%)
Mutual labels:  vmware
HandsomeMod
IOT freedom for end users!
Stars: ✭ 39 (-13.33%)
Mutual labels:  openwrt
YAWAC
Yet Another Wifi Auto Connect (YAWAC) is a shell script to connect to a dataset of wireless connection and free hotspot like FreeWifi. It's works on OpenWrt.
Stars: ✭ 22 (-51.11%)
Mutual labels:  openwrt

openwrt-vm-tools

vmware tools open-vm-tools for OpenWRT

This is an OpenWRT port of VMWare official open-vm-tools. This port uses latest devel branch(01/23/2019) of original, fixed bunches of bugs by https://github.com/srchack/custom-packages .

I have it tested with the follow platform: OpenWRT 18.06.1 x86_64 on ESXi 6.x

Power on/Shutdown/Report IPs etc. are functional normally with this build. It should works with both lede 17.x and OpenWRT 18.x. Feel free to report bugs here.

With this build, I don't see any crashes or segfault anymore. and that's why I made this build.

Compile

# Step 1
# git clone OpenWRT and checkout the same branch as your router.
# Since open-vm-tools has many dependencies of basic libraries in OpenWRT, I don't think you can compile this tools with only SDK.
# So just make sure you cloned the full openwrt repo.

# Step 2
git clone https://github.com/fangli/openwrt-vm-tools package/open-vm-tools

# Step 3
make menuconfig
# And Set `Utilities` - `open-vm-tools` to `M` (modularizes features)

# Step 4
make package/open-vm-tools/compile

# Finish
# Then ./bin/packages/x86_64/base/open-vm-tools_devel-1a39495-1_x86_64.ipk is what you need.

For convenience, I published the ipk binary for OpenWRT 18.06.1, if you are running the same version of openwrt, feel free to just download and install it:

cd /tmp
wget https://xxxxx/open-vm-tools_devel-1a39495-1_x86_64.ipk (Get the URL on releases page of this repo)
opkg update
opkg install open-vm-tools_devel-1a39495-1_x86_64.ipk
reboot
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].