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. --- buildset/everything.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 buildset/everything.ini (limited to 'buildset/everything.ini') diff --git a/buildset/everything.ini b/buildset/everything.ini new file mode 100644 index 00000000..0d9cc5fb --- /dev/null +++ b/buildset/everything.ini @@ -0,0 +1,15 @@ +# +# This configuration has the target to provide all features of libbsd even the +# big and slow ones. +# + +[general] +name = everything +extends = default.ini + +[modules] +dev_usb_wlan = on +dev_wlan_rtwn = on +net80211 = on +user_space_wlanstats = on +usr_sbin_wpa_supplicant = on -- cgit v1.2.3