From 6d30954ae809fb10427f9d860f76d0a298cb4919 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 14 Sep 2012 14:10:14 +0200 Subject: Removed the unneeded socket-raw plugin --- testing/scripts/build-umlrootfs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'testing/scripts/build-umlrootfs') 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 -- cgit v1.2.3