Put simple update behind an option
4e338b2313f9f2a91aa1fb36693e36a328d58933 Removed tftp update support
from the codebase, but left SimpleUpdate in a non functional state.
Given that a number of forks have implemented the HTTPS/SCP versions of
simple update, we don't want to fully delete the code at this time, so
for the moment put it behind an option flag.
Tested: WIP
Change-Id: Ibab1e3a48ff640787eabf8ed5f7a5c08e3381307
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/config/meson.build b/config/meson.build
index be54d2d..3c9fc25 100644
--- a/config/meson.build
+++ b/config/meson.build
@@ -23,6 +23,7 @@
'mutual-tls-auth',
'redfish-aggregation',
'redfish-allow-deprecated-power-thermal',
+ 'redfish-allow-simple-update',
'redfish-use-3-digit-messageid',
'redfish-bmc-journal',
'redfish-cpu-log',