compile dhcp and farp plugins in UMLs

This commit is contained in:
Andreas Steffen
2010-03-28 22:40:20 +02:00
parent 5d91d4c6d7
commit 3ad78f0239
2 changed files with 14 additions and 2 deletions
+10
View File
@@ -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