VLAN(4): Enable and test

This commit is contained in:
Sebastian Huber
2015-03-30 21:28:26 +02:00
parent 675acb2f10
commit 012c263eb1
6 changed files with 136 additions and 1 deletions

View File

@@ -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

View File

@@ -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>