diff options
Diffstat (limited to 'testing/scripts/build-umlrootfs')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 16dd843b9..8a083e2ec 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -241,6 +241,11 @@ then echo -n " --enable-farp" >> $INSTALLSHELL fi +if [ "$USE_ADDRBLOCK" = "yes" ] +then + echo -n " --enable-addrblock" >> $INSTALLSHELL +fi + echo "" >> $INSTALLSHELL echo "make" >> $INSTALLSHELL echo "make install" >> $INSTALLSHELL |