source: rtems-libbsd/buildset/default.ini @ 63084c1

55-freebsd-126-freebsd-12
Last change on this file since 63084c1 was 63084c1, checked in by Sebastian Huber <sebastian.huber@…>, on 08/21/18 at 08:42:25

IPFW(4): Remove FreeBSD import

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.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1#
2# Default configuration. Contains most features except for some big or slow ones
3# like WiFi or IPSec.
4#
5# At all developers: Please allways add all modules to this file and mark them
6# as explicitly "off" if they are not used.
7#
8
9[general]
10name = default
11
12[modules]
13altq = on
14base = on
15cam = on
16contrib_expat = on
17contrib_libpcap = on
18crypto = on
19crypto_openssl = on
20dev_input = on
21dev_net = on
22dev_nic = on
23dev_nic_broadcomm = on
24dev_nic_dc = on
25dev_nic_e1000 = on
26dev_nic_fxp = on
27dev_nic_re = on
28dev_nic_smc = on
29dev_usb = on
30dev_usb_controller = on
31dev_usb_controller_bbb = on
32dev_usb_input = on
33dev_usb_net = on
34dev_usb_quirk = on
35dev_usb_serial = on
36dev_usb_storage = on
37dev_usb_wlan = off
38dev_wlan_rtwn = off
39dhcpcd = on
40dpaa = on
41evdev = on
42fdt = on
43in_cksum = on
44mdnsresponder = on
45mghttpd = on
46mmc = on
47mmc_ti = on
48net = on
49net80211 = off
50netinet = on
51netinet6 = on
52netipsec = off
53opencrypto = on
54pci = on
55pf = on
56rtems = on
57tests = on
58tty = on
59user_space = on
60user_space_wlanstats = off
61usr_sbin_tcpdump = on
62usr_sbin_wpa_supplicant = off
Note: See TracBrowser for help on using the repository browser.