mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 04:26:23 +08:00
VLAN(4): Enable and test
This commit is contained in:
@@ -70,6 +70,7 @@ rtems_task Init(
|
||||
#include <machine/rtems-bsd-sysinit.h>
|
||||
|
||||
SYSINIT_NEED_NET_PF_UNIX;
|
||||
SYSINIT_NEED_NET_IF_VLAN;
|
||||
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
|
||||
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
|
||||
|
@@ -280,6 +280,7 @@ Init(rtems_task_argument arg)
|
||||
#include <machine/rtems-bsd-sysinit.h>
|
||||
|
||||
SYSINIT_NEED_NET_PF_UNIX;
|
||||
SYSINIT_NEED_NET_IF_VLAN;
|
||||
|
||||
#include <bsp/nexus-devices.h>
|
||||
|
||||
|
Reference in New Issue
Block a user