summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorMichael Brown2012-03-22 14:46:38 +0100
committerMichael Brown2012-03-25 01:11:43 +0100
commitd1465f7b0b4e3df4af1abf65462fe1d89e53a80a (patch)
tree603e3d9c50ed2fc089cfb83353404e29f46c1dcc /src/config
parent[image] Simplify image management commands and internal API (diff)
downloadipxe-d1465f7b0b4e3df4af1abf65462fe1d89e53a80a.tar.gz
ipxe-d1465f7b0b4e3df4af1abf65462fe1d89e53a80a.tar.xz
ipxe-d1465f7b0b4e3df4af1abf65462fe1d89e53a80a.zip
[image] Add the "imgtrust" and "imgverify" commands
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config.c3
-rw-r--r--src/config/general.h1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/config/config.c b/src/config/config.c
index bdf6b5cea..d6c4d06a3 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -217,6 +217,9 @@ REQUIRE_OBJECT ( route_cmd );
#ifdef IMAGE_CMD
REQUIRE_OBJECT ( image_cmd );
#endif
+#ifdef IMAGE_TRUST_CMD
+REQUIRE_OBJECT ( image_trust_cmd );
+#endif
#ifdef DHCP_CMD
REQUIRE_OBJECT ( dhcp_cmd );
#endif
diff --git a/src/config/general.h b/src/config/general.h
index 99136c17a..a10696ee7 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -126,6 +126,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
//#define VLAN_CMD /* VLAN commands */
//#define PXE_CMD /* PXE commands */
//#define REBOOT_CMD /* Reboot command */
+//#define IMAGE_TRUST_CMD /* Image trust management commands */
/*
* ROM-specific options