Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-09 | Add an actual hardware target (sh2eb) to "make root". | Rob Landley | |
2020-05-09 | What the script to launch dropbear would be if the shell was ready for it. | Rob Landley | |
(init can't run /etc/rc/* without "pathname expansion", still TODO.) | |||
2020-05-08 | beat the dropbear build and module support a little further into shape. | Rob Landley | |
2020-05-05 | Teach mkroot to cross compile additional packages, with dropbear as example. | Rob Landley | |
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. |