summaryrefslogtreecommitdiffstats
path: root/buildset/minimal.ini
blob: 03dd96bbd6e42333acd0b30497fe1af5663d1565 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# This configuration has the target to provide the smallest possible libbsd
# during link time. It should disable everything that can be disabled without
# loosing basic functionality. As a target, it should once only provide the
# following functions:
#
# - basic IPv4 only networking
# - basic USB support
# - all device drivers that don't increase the application size without being
#   explicitly linked in
#
# ATTENTION: This configuration will loose functionality in the future as soon
# as it is possible to disable the functionality.
#

[general]
name = minimal
extends = default.ini

[modules]
crypto_openssl = off
netinet6 = off
usr_bin_openssl = off