From 788fc89cc2408feefcb0e04c9dda0f38980254b9 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 17 Mar 2011 22:53:09 +0100 Subject: build the af-alg plugin in the UML test environment --- testing/scripts/build-umlrootfs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'testing/scripts/build-umlrootfs') diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 023b71750..5d7a5d1ea 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -307,6 +307,11 @@ then echo -n " --enable-ha" >> $INSTALLSHELL fi +if [ "$USE_AF_ALG" = "yes" ] +then + echo -n " --enable-af-alg" >> $INSTALLSHELL +fi + if [ "$USE_CISCO_QUIRKS" = "yes" ] then echo -n " --enable-cisco-quirks" >> $INSTALLSHELL -- cgit v1.2.3