Well, i tried a couple of things.Lantis wrote:Well, yes, but you can't live without busybox which is what is generating the error. And the config works fine here. It would be nice if someone else would test the build, but it seems a bit fruitless.
Usually that kind of error happens when it can't resolve new config settings because it doesn't know about them (note the "new" flag).
So what is different between the two environments?
What OS are you building on? Did you install all dependencies?
What exact sequence of commands are you running to initiate the build? What is the structure of your new lantiq target folders/files?
Oh and one big thing i just noticed.
Don't build as "root". This could be causing the problem also.
Operate under a regular user, git clone to a new folder (so that user owns everything) and then build there.
- my OS is debian and i use docker “Ubuntu” to build with root “i had to export certain variables to build as root”, Then i tried building under regular user, same error.
- then i tried building using my main OS “Debian” after installing the dependencies, I just clone the git repo, go inside it -> “mkdir -p targets/lantiq/profiles/default” -> copy the config you linked to to that directory i just created -> “make FULL_BUILD=true lantiq”.
If there’s nothing wrong with my steps, i would really appreciate it if you try building it yourself and see if it works.
Thanks man.