mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 01:34:37 +08:00
Fix linker errors with minimal build set
This commit is contained in:
parent
2e6bc2ab40
commit
c60c10e4f7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user