tessel / openwrt-tessel

OpenWrt build scripts and package feed for Tessel 2
Other
32 stars 14 forks source link

Make it easier to configure VMs for building OpenWRT #42

Open johnnyman727 opened 8 years ago

johnnyman727 commented 8 years ago

Currently, we use Ubuntu 14.04 and install the following dependencies:

sudo apt-get install make gcc g++ subversion unzip libncurses5-dev libncursesw5-dev ncurses-doc zlib1g-dev libssl-dev gettext --yes

It would be nice if we had this in a Vagrantfile or similar and a way to easily deploy to Digital Ocean.