summaryrefslogtreecommitdiffstats
path: root/buildset (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-29iicbus: port to RTEMSVijay Kumar Banerjee1-0/+1
2019-05-13Add USB mass storage only build setSebastian Huber1-0/+18
2019-03-27bin/openssl: Port to RTEMS.Christian Mauderer2-0/+2
2019-02-12mghttpd: RemoveSebastian Huber1-1/+0
The mghttpd is already provided by RTEMS.
2018-08-24IPFW(4): Remove FreeBSD importSebastian Huber1-1/+0
This firewall was not ported to RTEMS and is just dead code which may make trouble during FreeBSD baseline updates. It also increased the compile-time of the library for nothing. Update #3472.
2018-08-02buildset/everything: Add some usefull comments.Christian Mauderer1-0/+3
2018-08-01if_ipsec: Port and add to everything-buildset.Christian Mauderer2-0/+2
This ports the kernel space parts for ipsec and adds them to the everything-buildset.
2018-05-03buildset: Add minimal and everything config.Christian Mauderer4-16/+47
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.
2018-04-10waf: Add configurations with different modules.Christian Mauderer2-0/+68
Update #3351