From 13aa41d6635e2743369ce30f158d0af363a5a69f Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Thu, 14 Feb 2008 21:25:38 +0000 Subject: added support of --enable-eap-sim --- 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 42288bb4c..d4d973417 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -146,6 +146,11 @@ then echo -n " --enable-eap-aka" >> $INSTALLSHELL fi +if [ "$USE_EAP_SIM" = "yes" ] +then + echo -n " --enable-eap-sim" >> $INSTALLSHELL + fi + if [ "$USE_P2P" = "yes" ] then echo -n " --enable-p2p" >> $INSTALLSHELL -- cgit v1.2.3