diff options
Diffstat (limited to 'testing/scripts')
-rwxr-xr-x | testing/scripts/build-umlrootfs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index e2e94943f..60def11ef 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -317,11 +317,6 @@ then echo -n " --enable-socket-dynamic" >> $INSTALLSHELL fi -if [ "$USE_SOCKET_RAW" = "yes" ] -then - echo -n " --enable-socket-raw" >> $INSTALLSHELL -fi - if [ "$USE_DHCP" = "yes" ] then echo -n " --enable-dhcp" >> $INSTALLSHELL |