diff options
Diffstat (limited to 'projects/libreboot-images')
-rw-r--r-- | projects/libreboot-images/configs/projects | 12 | ||||
-rw-r--r-- | projects/libreboot-images/configs/projects-build | 11 | ||||
-rw-r--r-- | projects/libreboot-images/configs/projects-download | 9 | ||||
-rwxr-xr-x | projects/libreboot-images/libreboot-images | 4 |
4 files changed, 32 insertions, 4 deletions
diff --git a/projects/libreboot-images/configs/projects b/projects/libreboot-images/configs/projects index 39bcfee9..d191a28e 100644 --- a/projects/libreboot-images/configs/projects +++ b/projects/libreboot-images/configs/projects @@ -1,6 +1,12 @@ coreboot +cros-ec crossgcc -vboot devices -libpayload +dejavu-fonts depthcharge -cros-ec +fontconfig +grub +ich9gen +libpayload +memtest86plus +seabios +vboot devices diff --git a/projects/libreboot-images/configs/projects-build b/projects/libreboot-images/configs/projects-build index 9971c96c..561358a5 100644 --- a/projects/libreboot-images/configs/projects-build +++ b/projects/libreboot-images/configs/projects-build @@ -1,2 +1,11 @@ -coreboot +crossgcc cros-ec +vboot devices +libpayload +depthcharge +dejavu-fonts +grub +seabios +memtest86plus +ich9gen +coreboot diff --git a/projects/libreboot-images/configs/projects-download b/projects/libreboot-images/configs/projects-download new file mode 100644 index 00000000..509e7d9f --- /dev/null +++ b/projects/libreboot-images/configs/projects-download @@ -0,0 +1,9 @@ +coreboot +cros-ec +dejavu-fonts +depthcharge +fontconfig +grub +memtest86plus +seabios +vboot devices diff --git a/projects/libreboot-images/libreboot-images b/projects/libreboot-images/libreboot-images index 41d4c8f3..dfb0a3a6 100755 --- a/projects/libreboot-images/libreboot-images +++ b/projects/libreboot-images/libreboot-images @@ -15,6 +15,10 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +usage() { + project_usage_actions "$project" +} + download() { project_action_projects "$action" "$project" "$@" } |