diff options
author | Michael Brown | 2016-04-18 11:08:46 +0200 |
---|---|---|
committer | Michael Brown | 2016-04-18 11:08:46 +0200 |
commit | 40a8a5294c0cb0f8fe6f608600dc8ed8d1f2b0c5 (patch) | |
tree | 67f0e2a3f71577d8f4b3a247069da5691ba59a09 /src/net | |
parent | [virtio] Add virtio-net 1.0 support (diff) | |
download | ipxe-40a8a5294c0cb0f8fe6f608600dc8ed8d1f2b0c5.tar.gz ipxe-40a8a5294c0cb0f8fe6f608600dc8ed8d1f2b0c5.tar.xz ipxe-40a8a5294c0cb0f8fe6f608600dc8ed8d1f2b0c5.zip |
[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 <mcb30@ipxe.org>
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/ethernet.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/ethernet.c b/src/net/ethernet.c index 6ddf0534..26fdedea 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 ); |