Well ok,
ubuntutester@ubuntutester:~/Desktop/RUT-SDK-2$ make clean
WARNING: Makefile 'package/utils/busybox/Makefile' has a build dependency on 'libpam', which does not exist
WARNING: Makefile 'package/libs/glib2/Makefile' has a build dependency on 'libffi/host', which does not exist
WARNING: Makefile 'package/lang/python/python3/Makefile' has a build dependency on 'expat/host', which does not exist
WARNING: Makefile 'package/lang/python/python3/Makefile' has a build dependency on 'libffi/host', which does not exist
WARNING: Makefile 'package/network/utils/ulogd/Makefile' has a build dependency on 'libnetfilter-acct', which does not exist
make[1] clean
ubuntutester@ubuntutester:~/Desktop/RUT-SDK-2$ make V=sc -k
WARNING: Makefile 'package/utils/busybox/Makefile' has a build dependency on 'libpam', which does not exist
WARNING: Makefile 'package/libs/glib2/Makefile' has a build dependency on 'libffi/host', which does not exist
WARNING: Makefile 'package/lang/python/python3/Makefile' has a build dependency on 'expat/host', which does not exist
WARNING: Makefile 'package/lang/python/python3/Makefile' has a build dependency on 'libffi/host', which does not exist
WARNING: Makefile 'package/network/utils/ulogd/Makefile' has a build dependency on 'libnetfilter-acct', which does not exist
time: target/linux/prereq#0.14#0.04#0.38
make[1]: Entering directory '/home/ubuntutester/Desktop/RUT-SDK-2'
make[2]: Entering directory '/home/ubuntutester/Desktop/RUT-SDK-2'
make[3]: Entering directory '/home/ubuntutester/Desktop/RUT-SDK-2/target/linux'
make[4]: Entering directory '/home/ubuntutester/Desktop/RUT-SDK-2/target/linux/ath79'
mkdir -p /home/ubuntutester/Desktop/RUT-SDK-2/dl
SHELL= flock /home/ubuntutester/Desktop/RUT-SDK-2/tmp/.linux-5.4.143.tar.xz.flock -c ' /home/ubuntutester/Desktop/RUT-SDK-2/scripts/download.pl "/home/ubuntutester/Desktop/RUT-SDK-2/dl" "linux-5.4.143.tar.xz" "79c5c6db69102eb2943a96b9bec8b63" "" "@KERNEL/linux/kernel/v5.x" '
Cannot find appropriate hash command, ensure the provided hash is either a MD5 or SHA256 checksum.
make[4]: *** [Makefile:19: /home/ubuntutester/Desktop/RUT-SDK-2/dl/linux-5.4.143.tar.xz] Error 255
make[4]: *** No rule to make target '/home/ubuntutester/Desktop/RUT-SDK-2/build_dir/target-mips_24kc_musl/linux-ath79_generic/linux-5.4.143/.config', needed by '/home/ubuntutester/Desktop/RUT-SDK-2/build_dir/target-mips_24kc_musl/linux-ath79_generic/linux-5.4.143/.modules'.
make[4]: Target 'compile' not remade because of errors.
make[4]: Leaving directory '/home/ubuntutester/Desktop/RUT-SDK-2/target/linux/ath79'
make[3]: *** [Makefile:11: compile] Error 2
make[3]: Leaving directory '/home/ubuntutester/Desktop/RUT-SDK-2/target/linux'
time: target/linux/compile#0.09#0.03#0.14
ERROR: target/linux failed to build.
make[2]: *** [target/Makefile:36: target/linux/compile] Error 1
make[2]: Target 'target/compile' not remade because of errors.
make[2]: Leaving directory '/home/ubuntutester/Desktop/RUT-SDK-2'
make[1]: *** [target/Makefile:18: /home/ubuntutester/Desktop/RUT-SDK-2/staging_dir/target-mips_24kc_musl/stamp/.target_compile] Error 2
make[2]: Entering directory '/home/ubuntutester/Desktop/RUT-SDK-2'
rm -rf /home/ubuntutester/Desktop/RUT-SDK-2/staging_dir/target-mips_24kc_musl/root-ath79
make[2]: Leaving directory '/home/ubuntutester/Desktop/RUT-SDK-2'
make[1]: Target 'world' not remade because of errors.
make[1]: Leaving directory '/home/ubuntutester/Desktop/RUT-SDK-2'
make: *** [/home/ubuntutester/Desktop/RUT-SDK-2/include/toplevel.mk:234: world] Error 2
Ok so my build envirorment seems broken! Since make -k failed. Maybe it never properly build the SDK after the initialization commands (updating feeds/building SDK) i will try to redo this and build a fresh SDK(Musel libc) edition. And report back!
This will take some hours...
R.