Giter Club home page Giter Club logo

openwrt-vm-tools's Introduction

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

openwrt-vm-tools's People

Contributors

fangli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.