add sip express router
[openwrt.git] / package / linux / Config.in
1 config BR2_PACKAGE_KMOD_ARPT
2 tristate "ARP firewalling support"
3 default m
4 help
5 Kernel modules for ARP firewalling
6
7 config BR2_PACKAGE_KMOD_EBT
8 tristate "Ethernet Bridge firewalling support"
9 default m
10 help
11 Kernel modules for bridge firewalling
12
13 config BR2_PACKAGE_KMOD_IPT4
14 tristate "Extra modules for iptables"
15 default m
16 help
17 Extra kernel modules for IPv4 firewalling
18
19 config BR2_PACKAGE_KMOD_IPV6
20 tristate "IPv6 support"
21 default m
22 help
23 Kernel modules for IPv6 protocol support
24
25 config BR2_PACKAGE_KMOD_IPT6
26 tristate "Kernel modules for ip6tables"
27 default m
28 depends BR2_PACKAGE_KMOD_IPV6
29 help
30 IPv6 firewalling support
31
32 config BR2_PACKAGE_KMOD_NFS
33 tristate "NFS support"
34 default m
35 help
36 Kernel modules for NFS support
37 Includes lockd, nfs and sunrpc
38
39 config BR2_PACKAGE_KMOD_CIFS
40 tristate "CIFS support"
41 default m
42 help
43 Kernel modules for CIFS support
44
45 config BR2_PACKAGE_KMOD_USB
46 tristate "USB/SCSI support"
47 default m
48 help
49 Kernel modules for USB/SCSI support
50 Includes usb-storage and printer
51
52 config BR2_PACKAGE_KMOD_VFAT
53 tristate "VFAT filesystem support"
54 default m
55 help
56 Kernel modules for VFAT filesystem support
57 useful for usb mass storage devices
58
59 config BR2_PACKAGE_KMOD_LP
60 tristate "parallel port and lp support"
61 default m
62 help
63 Kernel modules for line printer and parallel port support
64
65 config BR2_PACKAGE_KMOD_CRYPTO
66 tristate "CryptoAPI modules"
67 default m
68 select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
69 help
70 Kernel modules for cryptographic algorithms
71
72 config BR2_PACKAGE_KMOD_PPP
73 tristate "PPP support"
74 default m
75 help
76 Kernel support for PPP
77
78 config BR2_PACKAGE_KMOD_MPPE
79 tristate "PPP MPPE/MPPC module"
80 default m
81 select BR2_PACKAGE_KMOD_CRYPTO
82 depends BR2_PACKAGE_KMOD_PPP
83 help
84 Support for Microsoft PPP Encryption/Compression
85
86 config BR2_PACKAGE_KMOD_PPPOE
87 tristate "PPPoE modules"
88 default m
89 depends BR2_PACKAGE_KMOD_PPP
90 help
91 Support for PPP over Ethernet
92
93 config BR2_PACKAGE_KMOD_TUN
94 tristate "Universal TUN/TAP driver"
95 default m
96 help
97 Kernel support for the TUN/TAP tunneling device
98
99 config BR2_PACKAGE_KMOD_GRE
100 tristate "GRE tunneling driver"
101 default m
102 help
103 Kernel support for GRE tunnels
104
105 config BR2_PACKAGE_KMOD_SCHED
106 tristate "Traffic schedulers"
107 default m
108 help
109 Kernel schedulers for IP traffic
110
This page took 0.051759 seconds and 5 git commands to generate.