Still compiling 23.05 source code, but I can’t get past:
git rebase upstream/openwrt-23.05
Why doesn’t that work anymore? Has the location changed. Never encountered an error at this stage before.
Still compiling 23.05 source code, but I can’t get past:
git rebase upstream/openwrt-23.05
Why doesn’t that work anymore? Has the location changed. Never encountered an error at this stage before.
23.05 is eol - no updates after tagging 23.05.6 see https://github.com/openwrt/openwrt/commits/openwrt-23.05/
What should I substitute here? What the command at this stage of the process that will work?
git fetch upstream
git branch -r | grep upstream/openwrt-23.05
git for-each-ref --format='%(refname:short) -> %(upstream:short)' refs/heads
Thank you. I’ll give it a try.
Update: All good now. ![]()
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.