From 338f3005fc420b2c26f597ae6c0754f391c9fcca Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Wed, 25 Apr 2018 16:28:00 +0200 Subject: buildset: Add minimal and everything config. This adds two new buildset configurations: One that leaves out as much features as possible and one that enables all features. For the default configuration WiFi support is now disabled. To disable IPv6 for the minimal configuration, all -DINET6 are eliminated in libbsd.py. They are now replaced by a #ifdef that checks for RTEMS_BSD_MODULE_NETINET6 instead. Close #3351. --- dhcpcd/platform.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dhcpcd/platform.h') diff --git a/dhcpcd/platform.h b/dhcpcd/platform.h index 46797c16..d5066311 100644 --- a/dhcpcd/platform.h +++ b/dhcpcd/platform.h @@ -27,6 +27,9 @@ #ifndef PLATFORM_H #define PLATFORM_H +#ifdef __rtems__ +#include +#endif /* __rtems__ */ char *hardware_platform(void); #ifdef INET6 -- cgit v1.2.3