This is an old revision of the document!
sudo apt-get update sudo apt-get install build-essential subversion git-core libncurses5-dev zlib1g-dev gawk flex quilt libssl-dev xsltproc libxml-parser-perl unzip mercurial
# Create the working directory mkdir 19.07.6 # Change to our working directory cd 19.07.6
git clone https://git.openwrt.org/openwrt/openwrt.git
#We may first need to change our directory to the openwrt directory cd openwrt git branch -a #Also to see the tags git tag -l </code bash> * We will be checking out the v19.07.6 tag. <code> git checkout v19.07.6
git branch
./scripts/feeds update