From 99dfb770358781d41c056aaf3569437002aa9e76 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 5 May 2020 13:56:29 -0500 Subject: Teach mkroot to cross compile additional packages, with dropbear as example. scripts/mkroot.sh CROSS=sh4 LINUX=~/linux dropbear No, I'm not going down the rathole of adding lots of packages, but this shows _how_ to do it if you want to. The hooks are there. They don't have to be in scripts/root, that's just a default search location, you can provide a path on the command line or have them be in the $PATH. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3ee66ea6..7c7971d9 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ clean:: # If singlemake was in generated/ "make clean; make test_ls" wouldn't work. distclean: clean root_clean - @rm -f toybox* .config* .singlemake + @rm -f toybox* .config* .singlemake root_download @echo removed .config tests: -- cgit v1.2.3