I had an old build system of LEDE, October 2017, for a custom build, which worked well.
Now I wanted to implement a change regarding included packages, and also to use new sources, so I did
git pull
which retreived lot of files. I also did ./scripts/feeds update/install -a
And then the build was aborted, with an error regarding some dependencies.
Question: How to setup sources from a stable platform, i.e. 17.0.4 ?
As
git clone https://git.lede-project.org/source.git
obviously gave me an unstable code base. (Which I consider rediculous, but thats another story).
I want to build from source, as I have special /uci-defaults, /files etc.