Merge pull request #134 from xiaoxiang781216/sim-netdev-lpwork

sim/netdev: dependens on LPWORK by default
This commit is contained in:
Alin Jerpelea 2020-01-21 08:59:09 +01:00 committed by GitHub
commit 4f3179be17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,6 +115,7 @@ config SIM_NETDEV
default y
depends on NET
select ARCH_HAVE_NETDEV_STATISTICS
select SCHED_LPWORK
---help---
Build in support for a simulated network device using a TAP device on Linux or
WPCAP on Windows.