blob: 81cf74bca4feac9fae1fce2d78ebf6c4c1ee162d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
config BR2_PACKAGE_KMOD_ARPT
tristate "ARP firewalling support"
default m
help
Kernel modules for ARP firewalling
config BR2_PACKAGE_KMOD_EBT
tristate "Ethernet Bridge firewalling support"
default m
help
Kernel modules for bridge firewalling
config BR2_PACKAGE_KMOD_IPT4
tristate "Extra modules for iptables"
default m
help
Extra kernel modules for IPv4 firewalling
config BR2_PACKAGE_KMOD_IPV6
tristate "IPv6 support"
default m
help
Kernel modules for IPv6 protocol support
config BR2_PACKAGE_KMOD_IPT6
tristate "Kernel modules for ip6tables"
default m
depends BR2_PACKAGE_KMOD_IPV6
help
IPv6 firewalling support
config BR2_PACKAGE_KMOD_USB
tristate "USB/SCSI support"
default m
help
Kernel modules for USB/SCSI support
Includes usb-storage and printer
config BR2_PACKAGE_KMOD_CRYPTO
tristate "CryptoAPI modules"
default m
select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
help
Kernel modules for cryptographic algorithms
config BR2_PACKAGE_KMOD_MPPE
tristate "PPP MPPE/MPPC module"
default m
select BR2_PACKAGE_KMOD_CRYPTO
help
Support for Microsoft PPP Encryption/Compression
config BR2_PACKAGE_KMOD_TUN
tristate "Universal TUN/TAP driver"
default m
help
Kernel support for the TUN/TAP tunneling device
config BR2_PACKAGE_KMOD_GRE
tristate "GRE tunneling driver"
default m
help
Kernel support for GRE tunnels
config BR2_PACKAGE_KMOD_SCHED
tristate "Traffic schedulers"
default m
help
Kernel schedulers for IP traffic
|