mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 07:15:58 +08:00
Fix linker errors with minimal build set
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
*/
|
||||
|
||||
#include <rtems/bsd/bsd.h>
|
||||
#include <rtems/bsd/modules.h>
|
||||
#include <rtems/dhcpcd.h>
|
||||
|
||||
#include <sysexits.h>
|
||||
@@ -76,7 +77,11 @@ rtems_bsd_initialize_dhcp(void)
|
||||
|
||||
#define RTEMS_BSD_CONFIG_NET_PF_UNIX
|
||||
#define RTEMS_BSD_CONFIG_NET_IP_MROUTE
|
||||
|
||||
#ifdef RTEMS_BSD_MODULE_NETINET6
|
||||
#define RTEMS_BSD_CONFIG_NET_IP6_MROUTE
|
||||
#endif
|
||||
|
||||
#define RTEMS_BSD_CONFIG_NET_IF_BRIDGE
|
||||
#define RTEMS_BSD_CONFIG_NET_IF_LAGG
|
||||
#define RTEMS_BSD_CONFIG_NET_IF_VLAN
|
||||
|
@@ -255,7 +255,11 @@ Init(rtems_task_argument arg)
|
||||
|
||||
#define RTEMS_BSD_CONFIG_NET_PF_UNIX
|
||||
#define RTEMS_BSD_CONFIG_NET_IP_MROUTE
|
||||
|
||||
#ifdef RTEMS_BSD_MODULE_NETINET6
|
||||
#define RTEMS_BSD_CONFIG_NET_IP6_MROUTE
|
||||
#endif
|
||||
|
||||
#define RTEMS_BSD_CONFIG_NET_IF_BRIDGE
|
||||
#define RTEMS_BSD_CONFIG_NET_IF_LAGG
|
||||
#define RTEMS_BSD_CONFIG_NET_IF_VLAN
|
||||
|
Reference in New Issue
Block a user