On 8/28/20 9:26 PM, amuza wrote:
I tried to compile with the newer OpenWRT, but I got
this:
amuza@compu:~/git$ git clone -b v19.07.03 --single-branch
https://git.openwrt.org/openwrt/openwrt.git
Cloning into 'openwrt'...
warning: Could not find remote branch v19.07.03 to clone.
fatal: Remote branch v19.07.03 not found in upstream origin
Looks like you added an extra zero:
it is not "v19.07.03", instead it is "v19.07.3"
Check the available tag names here:
https://git.openwrt.org/?p=openwrt/openwrt.git;a=tags
Ciao!
Ilario