summaryrefslogtreecommitdiffstats
path: root/package/linux/Config.in
blob: 3a77a42f58890decde7bac8555780739cab789e7 (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
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_NFS
	tristate "NFS support"
	default m
	help
	  Kernel modules for NFS support
	  Includes lockd, nfs and sunrpc

config BR2_PACKAGE_KMOD_SMBFS
	tristate "SMB support"
	default m
	help
	  Kernel modules for SMB 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_VFAT
	tristate "VFAT filesystem support"
	default m
	help
	  Kernel modules for VFAT filesystem support
	  useful for usb mass storage devices

config BR2_PACKAGE_KMOD_LP
	tristate "parallel port and lp support"
	default m
	help
	  Kernel modules for line printer and parallel port support

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_PPP
	tristate "PPP support"
	default m
	help
	  Kernel support for PPP

config BR2_PACKAGE_KMOD_MPPE
	tristate "PPP MPPE/MPPC module"
	default m
	select BR2_PACKAGE_KMOD_CRYPTO
	depends BR2_PACKAGE_KMOD_PPP
	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