aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/scripts/build-umlrootfs5
-rwxr-xr-xtesting/testing.conf1
2 files changed, 0 insertions, 6 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
diff --git a/testing/testing.conf b/testing/testing.conf
index fdeb1d603..0401cc8d7 100755
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -72,7 +72,6 @@ USE_TEST_VECTORS="yes"
USE_GCRYPT="yes"
USE_SOCKET_DEFAULT="yes"
USE_SOCKET_DYNAMIC="yes"
-USE_SOCKET_RAW="yes"
USE_DHCP="yes"
USE_FARP="yes"
USE_ADDRBLOCK="yes"