Last active
August 29, 2015 14:19
-
-
Save stevesong/0d3301c03f4979d66c25 to your computer and use it in GitHub Desktop.
Building the MP02 Phone firmware on OpenWrt BB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sudo apt-get install build-essential git subversion libncurses5-dev | |
# cd ~ | |
get the latest secn_3.1 branch of vt-firmware. | |
# mkdir Git | |
# cd Git | |
# git clone https://github.com/villagetelco/vt-firmware.git | |
# cd vt-firmware | |
# git checkout secn_3.1 | |
# cd Setup-scripts | |
# ./Setup-BB.sh <new-vt-build-directory> | |
# cp ../Build-scripts/Build-MP02-FXS.sh <new-vt-build-directory> | |
# cd <new-vt-build-directory> | |
Edit Build-MP02-FXS.sh to ensure that line 4 points to your Git directory | |
# ./Build-MP02-FXS.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment