From 3ad78f02397af5bbe964705b7dfb1dffc8b864ce Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 28 Mar 2010 22:40:20 +0200 Subject: compile dhcp and farp plugins in UMLs --- testing/scripts/build-umlrootfs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'testing/scripts/build-umlrootfs') diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 84413b908..a61cfbf20 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -226,6 +226,16 @@ then echo -n " --enable-socket-default" >> $INSTALLSHELL fi +if [ "$USE_DHCP" = "yes" ] +then + echo -n " --enable-dhcp" >> $INSTALLSHELL +fi + +if [ "$USE_FARP" = "yes" ] +then + echo -n " --enable-farp" >> $INSTALLSHELL +fi + echo "" >> $INSTALLSHELL echo "make" >> $INSTALLSHELL echo "make install" >> $INSTALLSHELL -- cgit v1.2.3