- #!/bin/bash
- echo "Prereq for openwrt build:"
- sudo apt-get update
- sudo apt-get install subversion git curl python3 gettext mercurial build-essential libssl1.0-dev -y
- sudo apt-get install gettext ncurses-bin libncurses5-dev git-core zlib1g-dev libssl-dev python2.7 unzip gawk zlib1g-dev -y
- #wget -c https://gitlab.labs.nic.cz/turris/openwrt/uploads/0673001b14ab1d1769604ff0ce7d8781/git-version-check-fix.patch
|