If anybody can help me with this I would really appreciate it because it\'s driving me insane.
When I compile an OpenWRT image from scratch including my packages, usuall
Following this thread, a user noticed in my compilation output that it mentioned:
make[3]: Nothing to be done for `all'.
Comment:
Is your src/ directory actually clean? I suspect it contains an "amldmonitor" executable already which was built for your host. Make sure your src/ directory does not contain any junk like *.o files or final executables.
After inspecting my package source folder, it did indeed contain .o files and an executable.
Removing this solved the issues I was having!