Commit 3cf93e9 1 parent 45a92e5 commit 3cf93e9 Copy full SHA for 3cf93e9
File tree 1 file changed +62
-2
lines changed
1 file changed +62
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
9
[general]
2
- name = grisp-nano
10
+ name = default
3
11
4
12
[modules]
13
+ altq = on
5
14
base = on
6
15
cam = on
16
+ contrib_expat = on
17
+ contrib_libpcap = on
18
+ crypto = on
19
+ crypto_openssl = on
20
+ dev_input = on
21
+ dev_net = on
22
+ dev_nic = on
23
+ dev_nic_broadcomm = on
24
+ dev_nic_dc = on
25
+ dev_nic_e1000 = on
26
+ dev_nic_fxp = on
27
+ dev_nic_re = on
28
+ dev_nic_smc = on
29
+ dev_usb = on
30
+ dev_usb_controller = on
31
+ dev_usb_controller_bbb = on
32
+ dev_usb_input = on
33
+ dev_usb_net = on
34
+ dev_usb_quirk = on
35
+ dev_usb_serial = on
36
+ dev_usb_storage = on
37
+ dev_usb_wlan = off
38
+ dev_wlan_rtwn = off
39
+ iic = on
40
+ pinmux = off
41
+ display = off
42
+ dhcpcd = off
43
+ dpaa = on
44
+ evdev = on
45
+ fdt = on
46
+ if_mve = on
47
+ imx = off
48
+ in_cksum = on
49
+ mdnsresponder = on
7
50
mmc = on
8
51
mmc_ti = on
9
- fdt = on
52
+ net = on
53
+ net80211 = off
54
+ netinet = on
55
+ netinet6 = on
56
+ netipsec = off
57
+ nfsv2 = on
58
+ nvme = on
59
+ opencrypto = on
60
+ pci = on
61
+ pf = on
62
+ regulator = on
63
+ rpc_user = on
10
64
rtems = on
65
+ tests = off
66
+ tty = on
11
67
user_space = on
68
+ user_space_wlanstats = off
69
+ usr_bin_openssl = on
70
+ usr_sbin_tcpdump = off
71
+ usr_sbin_wpa_supplicant = off
You can’t perform that action at this time.
0 commit comments