Now for me, it looks like OpenWrt 18 changed a lot and for example when I build all the packages, it is looks like it missing a lot, that are very important, like for WPS.
In LEDE (build on the links above), I could create WPS.
How can I find out which packages are missing for me in my Docker to build it? Like in the docker I install all possible package with apt, to make sure I can make it work well...
check your .config file. Is that package even included in your build?
if yes, then what is the error in the build logs. You can enable logging for the build...
and when running "make V=s", what is the error that gets shown when the failure for that package stops the build.
So far you have not provided any info about your config or the possible error that you are seeing.
First guess is that you have somehow outdated .config and the package is not even tried to be built.
Second guess is that you are actually building from master branch, and you are just wrongly calling it 18.06.1. The whole 18.06 stuff is in a separate branch...
thanks so much!
i found the error:
I was doing checkout master after checking the tag version, of course, it was a master build instead of the tagged version and the packages were not building properly. I fixed to the tag.