VOL-515: Allow ASFVOLT16 OLT Software to boot up and start autonomously

added startup script to release package
start BAL and voltha_bal_driver components

Change-Id: I1e127cf6b4d17679dc1b89b493f30ad6ec181afe
3 files changed
tree: 5c364ef9ea96865a0450d4793916af70134de539
  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