Revision 1bfb8007 testing/scripts/build-umlrootfs
| b/testing/scripts/build-umlrootfs | ||
|---|---|---|
| 185 | 185 |
echo -n " --enable-openssl" >> $INSTALLSHELL |
| 186 | 186 |
fi |
| 187 | 187 |
|
| 188 |
if [ "$USE_BLOWFISH" = "yes" ] |
|
| 189 |
then |
|
| 190 |
echo -n " --enable-blowfish" >> $INSTALLSHELL |
|
| 191 |
fi |
|
| 192 |
|
|
| 193 |
if [ "$USE_TWOFISH" = "yes" ] |
|
| 194 |
then |
|
| 195 |
echo -n " --enable-twofish" >> $INSTALLSHELL |
|
| 196 |
fi |
|
| 197 |
|
|
| 198 |
if [ "$USE_SERPENT" = "yes" ] |
|
| 199 |
then |
|
| 200 |
echo -n " --enable-serpent" >> $INSTALLSHELL |
|
| 201 |
fi |
|
| 202 |
|
|
| 188 | 203 |
if [ "$USE_KERNEL_PFKEY" = "yes" ] |
| 189 | 204 |
then |
| 190 | 205 |
echo -n " --enable-kernel-pfkey" >> $INSTALLSHELL |
Also available in: Unified diff