From: Andreas Steffen Date: Mon, 31 Jan 2011 04:47:05 +0000 (+0100) Subject: additional UML configuration options X-Git-Tag: 4.5.1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6a8cfab4b111ae2e92c2f2d9e99c74fee4076bb;p=thirdparty%2Fstrongswan.git additional UML configuration options --- diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index ec74adae66..023b71750b 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -202,6 +202,16 @@ then echo -n " --enable-tnccs-11" >> $INSTALLSHELL fi +if [ "$USE_TNCCS_20" = "yes" ] +then + echo -n " --enable-tnccs-20" >> $INSTALLSHELL +fi + +if [ "$USE_TNCCS_DYNAMIC" = "yes" ] +then + echo -n " --enable-tnccs-dynamic" >> $INSTALLSHELL +fi + if [ "$USE_SQL" = "yes" ] then echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL @@ -297,6 +307,11 @@ then echo -n " --enable-ha" >> $INSTALLSHELL fi +if [ "$USE_CISCO_QUIRKS" = "yes" ] +then + echo -n " --enable-cisco-quirks" >> $INSTALLSHELL +fi + echo "" >> $INSTALLSHELL echo "make -j" >> $INSTALLSHELL echo "make install" >> $INSTALLSHELL