source: rtems-libbsd/buildset/default.ini @ d1dac78

5
Last change on this file since d1dac78 was d1dac78, checked in by Christian Mauderer <christian.mauderer@…>, on 03/26/19 at 10:08:47

bin/openssl: Port to RTEMS.

  • 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
45mmc = on
46mmc_ti = on
47net = on
48net80211 = off
49netinet = on
50netinet6 = on
51netipsec = off
52opencrypto = on
53pci = on
54pf = on
55rtems = on
56tests = on
57tty = on
58user_space = on
59user_space_wlanstats = off
60usr_bin_openssl = on
61usr_sbin_tcpdump = on
62usr_sbin_wpa_supplicant = off
Note: See TracBrowser for help on using the repository browser.