aboutsummaryrefslogtreecommitdiff
path: root/projects/libreboot-tools
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libreboot-tools')
-rw-r--r--projects/libreboot-tools/configs/projects5
-rw-r--r--projects/libreboot-tools/configs/projects-build7
-rw-r--r--projects/libreboot-tools/configs/projects-download4
-rwxr-xr-xprojects/libreboot-tools/libreboot-tools4
4 files changed, 16 insertions, 4 deletions
diff --git a/projects/libreboot-tools/configs/projects b/projects/libreboot-tools/configs/projects
index 4b0eeea4..6abc8a1f 100644
--- a/projects/libreboot-tools/configs/projects
+++ b/projects/libreboot-tools/configs/projects
@@ -1,4 +1,7 @@
+bucts
cbfstool
cbmem
-nvramtool
cros-tools
+crossgcc
+flashrom
+nvramtool
diff --git a/projects/libreboot-tools/configs/projects-build b/projects/libreboot-tools/configs/projects-build
new file mode 100644
index 00000000..6abc8a1f
--- /dev/null
+++ b/projects/libreboot-tools/configs/projects-build
@@ -0,0 +1,7 @@
+bucts
+cbfstool
+cbmem
+cros-tools
+crossgcc
+flashrom
+nvramtool
diff --git a/projects/libreboot-tools/configs/projects-download b/projects/libreboot-tools/configs/projects-download
index c7a5d1ac..91a9e257 100644
--- a/projects/libreboot-tools/configs/projects-download
+++ b/projects/libreboot-tools/configs/projects-download
@@ -1,5 +1,3 @@
coreboot
-cbfstool
-cbmem
-nvramtool
cros-tools
+flashrom
diff --git a/projects/libreboot-tools/libreboot-tools b/projects/libreboot-tools/libreboot-tools
index 41d4c8f3..dfb0a3a6 100755
--- a/projects/libreboot-tools/libreboot-tools
+++ b/projects/libreboot-tools/libreboot-tools
@@ -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" "$@"
}