aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-umlrootfs
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-12-18 18:07:47 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-12-18 18:07:47 +0100
commit034b792b90b2c2ebd107b9d285137d40da57fc84 (patch)
tree60f37a9a316a486e05a3a000ff2e08b9c4c953d2 /testing/scripts/build-umlrootfs
parent458c52d29dd51f54e5b4f617c4e0a2036274248a (diff)
downloadstrongswan-034b792b90b2c2ebd107b9d285137d40da57fc84.tar.bz2
strongswan-034b792b90b2c2ebd107b9d285137d40da57fc84.tar.xz
added Attestation IMC/IMV to UML build
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-xtesting/scripts/build-umlrootfs10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs
index f521f9c1c..068882b80 100755
--- a/testing/scripts/build-umlrootfs
+++ b/testing/scripts/build-umlrootfs
@@ -237,6 +237,16 @@ then
echo -n " --enable-imv-scanner" >> $INSTALLSHELL
fi
+if [ "$USE_IMC_ATTESTATION" = "yes" ]
+then
+ echo -n " --enable-imc-attestation" >> $INSTALLSHELL
+fi
+
+if [ "$USE_IMV_ATTESTATION" = "yes" ]
+then
+ echo -n " --enable-imv-attestation" >> $INSTALLSHELL
+fi
+
if [ "$USE_SQL" = "yes" ]
then
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL