Voltha 1.1.0 Release
VOL-522: ASFVOLT16 voltha_init.sh missing execute permission

Change-Id: Idf53fac80aca8438b8337c832a37be4000c3a42a
2 files changed
tree: 7e44331e3e85c51b2e6dfd0c082a0f2c34a27009
  1. .gitignore
  2. .gitmodules
  3. .gitreview
  4. INSTALL.md
  5. Makefile.am
  6. README.md
  7. configure.ac
  8. device_simulator/
  9. patches/
  10. scripts/
  11. src/
  12. third_party/
README.md

Build

autoreconf --install
git submodule update --init --recursive
./configure
make
sudo make install