From 40a8a5294c0cb0f8fe6f608600dc8ed8d1f2b0c5 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 18 Apr 2016 10:08:46 +0100 Subject: [ethernet] Make LACP support configurable at build time Add a build configuration option NET_PROTO_LACP to control whether or not LACP support is included for Ethernet devices. Signed-off-by: Michael Brown --- src/net/ethernet.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/net') diff --git a/src/net/ethernet.c b/src/net/ethernet.c index 6ddf05344..26fdedea8 100644 --- a/src/net/ethernet.c +++ b/src/net/ethernet.c @@ -278,6 +278,3 @@ REQUIRING_SYMBOL ( ethernet_protocol ); /* Drag in Ethernet configuration */ REQUIRE_OBJECT ( config_ethernet ); - -/* Drag in Ethernet slow protocols */ -REQUIRE_OBJECT ( eth_slow ); -- cgit v1.2.3-55-g7522