From 19e9bdda1f6872d27160e54cc65794c79cc472b4 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 12 Dec 2011 17:00:50 +0100 Subject: added UML support for IF-MAP interface --- 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 75fe5c69f..f521f9c1c 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -342,6 +342,11 @@ then echo -n " --enable-whitelist" >> $INSTALLSHELL fi +if [ "$USE_IFMAP" = "yes" ] +then + echo -n " --enable-tnc-ifmap" >> $INSTALLSHELL +fi + if [ "$USE_CISCO_QUIRKS" = "yes" ] then echo -n " --enable-cisco-quirks" >> $INSTALLSHELL -- cgit v1.2.3