How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "vladimir-babichev/openwrt-19.07"
  config.vm.box_version = "1.1.0"
end
vagrant init vladimir-babichev/openwrt-19.07 \
  --box-version 1.1.0
vagrant up

This version was created over 1 year ago.

Changelog

Updated openwrt version to 19.07.8


Description

OpenWrt Vagrant box built from the officially distributed disk images according to following instructions. Image has 3 preconfigured network interfaces:

  • mng set to eth0
  • wan set to eth1
  • lan set to eth2

GitHub repo: https://github.com/vladimir-babichev/vagrant-openwrt-box

3 providers for this version.
  • libvirt Hosted by Vagrant Cloud (8.34 MB)

  • qemu Hosted by Vagrant Cloud (8.34 MB)

  • virtualbox Hosted by Vagrant Cloud (8.23 MB)