Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-27 | unify download/build scripts | Leah Rowe | |
move resources/scripts/download/ to: resources/scripts/update/module/ This: ./download coreboot Is now: ./update module coreboot However, running "./download coreboot" still works, via backwards compatibility. Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-05-27 | unify these scripts: build, modify and update | Leah Rowe | |
unify them, by turning them into symlinks pointing to a generic script named lbmk the script named lbmk is a fork of the script named "build", which just checks argument 0 and adapts accordingly all of these core scripts had the exact same overall logic, and they are thus compatible Signed-off-by: Leah Rowe <leah@libreboot.org> |