| 1 | menu "Kernel Configuration"
|
|---|
| 2 |
|
|---|
| 3 | menu "Networking modules"
|
|---|
| 4 |
|
|---|
| 5 | config FWRT_PACKAGE_KMOD_ATM
|
|---|
| 6 | prompt "kmod-atm.......................... ATM support"
|
|---|
| 7 | tristate
|
|---|
| 8 | default n
|
|---|
| 9 | help
|
|---|
| 10 | ATM support
|
|---|
| 11 |
|
|---|
| 12 | config FWRT_PACKAGE_KMOD_GRE
|
|---|
| 13 | prompt "kmod-gre.......................... GRE tunneling driver"
|
|---|
| 14 | tristate
|
|---|
| 15 | default n
|
|---|
| 16 | help
|
|---|
| 17 | Kernel support for GRE tunnels
|
|---|
| 18 |
|
|---|
| 19 | config FWRT_PACKAGE_KMOD_IMQ
|
|---|
| 20 | prompt "kmod-imq.......................... Intermediate Queueing device"
|
|---|
| 21 | tristate
|
|---|
| 22 | default n
|
|---|
| 23 | help
|
|---|
| 24 | Kernel support for the Intermediate Queueing device
|
|---|
| 25 |
|
|---|
| 26 | config FWRT_PACKAGE_KMOD_IPIP
|
|---|
| 27 | prompt "kmod-ipip......................... IP in IP encapsulation support"
|
|---|
| 28 | tristate
|
|---|
| 29 | default n
|
|---|
| 30 | help
|
|---|
| 31 | Kernel module for IP in IP encapsulation
|
|---|
| 32 |
|
|---|
| 33 | config FWRT_PACKAGE_KMOD_IPV6
|
|---|
| 34 | prompt "kmod-ipv6......................... IPv6 support"
|
|---|
| 35 | tristate
|
|---|
| 36 | default n
|
|---|
| 37 | help
|
|---|
| 38 | Kernel modules for IPv6 protocol support
|
|---|
| 39 |
|
|---|
| 40 | config FWRT_PACKAGE_KMOD_PPP
|
|---|
| 41 | prompt "kmod-ppp.......................... PPP support"
|
|---|
| 42 | tristate
|
|---|
| 43 | default n
|
|---|
| 44 | help
|
|---|
| 45 | Kernel support for PPP
|
|---|
| 46 |
|
|---|
| 47 | config FWRT_PACKAGE_KMOD_MPPE
|
|---|
| 48 | prompt "kmod-mppe....................... PPP MPPE/MPPC module"
|
|---|
| 49 | tristate
|
|---|
| 50 | default n
|
|---|
| 51 | depends FWRT_PACKAGE_KMOD_PPP
|
|---|
| 52 | select FWRT_PACKAGE_KMOD_CRYPTO_ARC4
|
|---|
| 53 | select FWRT_PACKAGE_KMOD_CRYPTO_SHA1
|
|---|
| 54 | help
|
|---|
| 55 | Support for Microsoft PPP Encryption/Compression
|
|---|
| 56 |
|
|---|
| 57 | config FWRT_PACKAGE_KMOD_PPPOATM
|
|---|
| 58 | prompt "kmod-pppoatm.................... PPPoA (PPP over ATM) kernel support"
|
|---|
| 59 | tristate
|
|---|
| 60 | default n
|
|---|
| 61 | depends FWRT_PACKAGE_KMOD_PPP
|
|---|
| 62 | select FWRT_PACKAGE_KMOD_ATM
|
|---|
| 63 | help
|
|---|
| 64 | Support for PPP over ATM
|
|---|
| 65 |
|
|---|
| 66 | config FWRT_PACKAGE_KMOD_PPPOE
|
|---|
| 67 | prompt "kmod-pppoe...................... PPPoE (PPP over Ethernet) kernel support"
|
|---|
| 68 | tristate
|
|---|
| 69 | default n
|
|---|
| 70 | depends FWRT_PACKAGE_KMOD_PPP
|
|---|
| 71 | help
|
|---|
| 72 | Support for PPP over Ethernet
|
|---|
| 73 |
|
|---|
| 74 | config FWRT_PACKAGE_KMOD_SCHED
|
|---|
| 75 | prompt "kmod-sched........................ Traffic schedulers"
|
|---|
| 76 | tristate
|
|---|
| 77 | default n
|
|---|
| 78 | help
|
|---|
| 79 | Kernel schedulers for IP traffic
|
|---|
| 80 |
|
|---|
| 81 | config FWRT_PACKAGE_KMOD_TUN
|
|---|
| 82 | prompt "kmod-tun.......................... Universal TUN/TAP driver"
|
|---|
| 83 | tristate
|
|---|
| 84 | default n
|
|---|
| 85 | help
|
|---|
| 86 | Kernel support for the TUN/TAP tunneling device
|
|---|
| 87 |
|
|---|
| 88 | endmenu
|
|---|
| 89 |
|
|---|
| 90 | menu "Filtering/Firewalling"
|
|---|
| 91 |
|
|---|
| 92 | config FWRT_PACKAGE_KMOD_ARPTABLES
|
|---|
| 93 | prompt "kmod-arptables.................... ARP firewalling support"
|
|---|
| 94 | tristate
|
|---|
| 95 | default n
|
|---|
| 96 | help
|
|---|
| 97 | Kernel modules for ARP firewalling
|
|---|
| 98 |
|
|---|
| 99 | config FWRT_PACKAGE_KMOD_EBTABLES
|
|---|
| 100 | prompt "kmod-ebtables..................... Ethernet Bridge firewalling support"
|
|---|
| 101 | tristate
|
|---|
| 102 | default n
|
|---|
| 103 | help
|
|---|
| 104 | Kernel modules for bridge firewalling
|
|---|
| 105 |
|
|---|
| 106 | config FWRT_PACKAGE_KMOD_IPTABLES
|
|---|
| 107 | prompt "kmod-iptables..................... Core Netfilter modules for IPv4 firewalling"
|
|---|
| 108 | tristate
|
|---|
| 109 | default n
|
|---|
| 110 | help
|
|---|
| 111 | Kernel modules for IPv4 firewalling
|
|---|
| 112 |
|
|---|
| 113 | config FWRT_PACKAGE_KMOD_IPT_CONNTRACK
|
|---|
| 114 | prompt "kmod-ipt-conntrack................ Netfilter modules for connection tracking"
|
|---|
| 115 | tristate
|
|---|
| 116 | default n
|
|---|
| 117 | help
|
|---|
| 118 | Netfilter (IPv4) kernel modules for connection tracking
|
|---|
| 119 |
|
|---|
| 120 | Includes:
|
|---|
| 121 | * ipt_conntrack
|
|---|
| 122 | * ipt_helper
|
|---|
| 123 | * ipt_connmark/CONNMARK
|
|---|
| 124 |
|
|---|
| 125 | config FWRT_PACKAGE_KMOD_IPT_FILTER
|
|---|
| 126 | prompt "kmod-ipt-filter................... Netfilter modules for packet content inspection"
|
|---|
| 127 | tristate
|
|---|
| 128 | default n
|
|---|
| 129 | help
|
|---|
| 130 | Netfilter (IPv4) kernel modules for packet content inspection
|
|---|
| 131 |
|
|---|
| 132 | Includes:
|
|---|
| 133 | * ipt_ipp2p
|
|---|
| 134 | * ipt_layer7
|
|---|
| 135 |
|
|---|
| 136 | config FWRT_PACKAGE_KMOD_IPT_IPOPT
|
|---|
| 137 | prompt "kmod-ipt-ipopt.................... Netfilter modules for matching/changing IP packet options"
|
|---|
| 138 | tristate
|
|---|
| 139 | default n
|
|---|
| 140 | help
|
|---|
| 141 | Netfilter (IPv4) kernel modules for matching/changing IP packet options
|
|---|
| 142 |
|
|---|
| 143 | Includes:
|
|---|
| 144 | * ipt_CLASSIFY
|
|---|
| 145 | * ipt_dscp/DSCP
|
|---|
| 146 | * ipt_ecn/ECN
|
|---|
| 147 | * ipt_length
|
|---|
| 148 | * ipt_mac
|
|---|
| 149 | * ipt_NETMAP
|
|---|
| 150 | * ipt_tcpmms
|
|---|
| 151 | * ipt_tos/TOS
|
|---|
| 152 | * ipt_ttl/TTL
|
|---|
| 153 | * ipt_unclean
|
|---|
| 154 |
|
|---|
| 155 | config FWRT_PACKAGE_KMOD_IPT_IPSEC
|
|---|
| 156 | prompt "kmod-ipt-ipsec.................... Netfilter modules for matching IPsec packets"
|
|---|
| 157 | tristate
|
|---|
| 158 | default n
|
|---|
| 159 | help
|
|---|
| 160 | Netfilter (IPv4) kernel modules for matching IPsec packets
|
|---|
| 161 |
|
|---|
| 162 | Includes:
|
|---|
| 163 | * ipt_ah
|
|---|
| 164 | * ipt_esp
|
|---|
| 165 |
|
|---|
| 166 | config FWRT_PACKAGE_KMOD_IPT_NAT
|
|---|
| 167 | prompt "kmod-ipt-nat...................... Netfilter modules for different NAT targets"
|
|---|
| 168 | tristate
|
|---|
| 169 | default n
|
|---|
| 170 | help
|
|---|
| 171 | Netfilter (IPv4) kernel modules for different NAT targets
|
|---|
| 172 |
|
|---|
| 173 | Includes:
|
|---|
| 174 | * ipt_REDIRECT
|
|---|
| 175 |
|
|---|
| 176 | config FWRT_PACKAGE_KMOD_IPT_NAT_EXTRA
|
|---|
| 177 | prompt "kmod-ipt-nat-extra................ Extra Netfilter NAT modules for special protocols"
|
|---|
| 178 | tristate
|
|---|
| 179 | default n
|
|---|
| 180 | help
|
|---|
| 181 | Extra Netfilter (IPv4) NAT kernel modules for special protocols
|
|---|
| 182 |
|
|---|
| 183 | Includes:
|
|---|
| 184 | * ip_conntrack_amanda
|
|---|
| 185 | * ip_conntrack_proto_gre
|
|---|
| 186 | * ip_nat_proto_gre
|
|---|
| 187 | * ip_conntrack_pptp
|
|---|
| 188 | * ip_nat_pptp
|
|---|
| 189 | * ip_nat_snmp_basic
|
|---|
| 190 | * ip_conntrack_tftp
|
|---|
| 191 |
|
|---|
| 192 | config FWRT_PACKAGE_KMOD_IPT_QUEUE
|
|---|
| 193 | prompt "kmod-ipt-queue.................... Netfilter module for user-space packet queueing"
|
|---|
| 194 | tristate
|
|---|
| 195 | default n
|
|---|
| 196 | help
|
|---|
| 197 | Netfilter (IPv4) module for user-space packet queueing
|
|---|
| 198 |
|
|---|
| 199 | Includes:
|
|---|
| 200 | * ipt_QUEUE
|
|---|
| 201 |
|
|---|
| 202 | config FWRT_PACKAGE_KMOD_IPT_ULOG
|
|---|
| 203 | prompt "kmod-ipt-ulog..................... Netfilter module for user-space packet logging"
|
|---|
| 204 | tristate
|
|---|
| 205 | default n
|
|---|
| 206 | help
|
|---|
| 207 | Netfilter (IPv4) module for user-space packet logging
|
|---|
| 208 |
|
|---|
| 209 | Includes:
|
|---|
| 210 | * ipt_ULOG
|
|---|
| 211 |
|
|---|
| 212 | config FWRT_PACKAGE_KMOD_IPT_EXTRA
|
|---|
| 213 | prompt "kmod-ipt-extra.................... Other extra Netfilter modules"
|
|---|
| 214 | tristate
|
|---|
| 215 | default n
|
|---|
| 216 | help
|
|---|
| 217 | Other extra Netfilter (IPv4) kernel modules
|
|---|
| 218 |
|
|---|
| 219 | Includes:
|
|---|
| 220 | * ipt_limit
|
|---|
| 221 | * ipt_owner
|
|---|
| 222 | * ipt_physdev
|
|---|
| 223 | * ipt_pkttype
|
|---|
| 224 | * ipt_recent
|
|---|
| 225 |
|
|---|
| 226 | config FWRT_PACKAGE_KMOD_IP6TABLES
|
|---|
| 227 | prompt "kmod-ip6tables.................... Kernel modules for ip6tables"
|
|---|
| 228 | tristate
|
|---|
| 229 | default n
|
|---|
| 230 | depends FWRT_PACKAGE_KMOD_IPV6
|
|---|
| 231 | help
|
|---|
| 232 | IPv6 firewalling support
|
|---|
| 233 |
|
|---|
| 234 | endmenu
|
|---|
| 235 |
|
|---|
| 236 | menu "Block devices support"
|
|---|
| 237 |
|
|---|
| 238 | config FWRT_PACKAGE_KMOD_LOOP
|
|---|
| 239 | prompt "kmod-loop......................... Loop mount support"
|
|---|
| 240 | tristate
|
|---|
| 241 | default n
|
|---|
| 242 | help
|
|---|
| 243 | Kernel module for loop mount support
|
|---|
| 244 |
|
|---|
| 245 | config FWRT_PACKAGE_KMOD_NBD
|
|---|
| 246 | prompt "kmod-nbd.......................... Network Block Device"
|
|---|
| 247 | tristate
|
|---|
| 248 | default n
|
|---|
| 249 | help
|
|---|
| 250 | Kernel module for network block device
|
|---|
| 251 |
|
|---|
| 252 | endmenu
|
|---|
| 253 |
|
|---|
| 254 | menu "Filesystems support"
|
|---|
| 255 |
|
|---|
| 256 | config FWRT_PACKAGE_KMOD_FS_CIFS
|
|---|
| 257 | prompt "kmod-fs-cifs...................... CIFS support"
|
|---|
| 258 | tristate
|
|---|
| 259 | default n
|
|---|
| 260 | help
|
|---|
| 261 | Kernel modules for CIFS support
|
|---|
| 262 |
|
|---|
| 263 | config FWRT_PACKAGE_KMOD_FS_EXT2
|
|---|
| 264 | prompt "kmod-fs-ext2...................... EXT2 filesystem support"
|
|---|
| 265 | tristate
|
|---|
| 266 | default n
|
|---|
| 267 | help
|
|---|
| 268 | Kernel modules for EXT2 filesystem support
|
|---|
| 269 |
|
|---|
| 270 | config FWRT_PACKAGE_KMOD_FS_EXT3
|
|---|
| 271 | prompt "kmod-fs-ext3...................... EXT3 filesystem support"
|
|---|
| 272 | tristate
|
|---|
| 273 | default n
|
|---|
| 274 | help
|
|---|
| 275 | Kernel modules for EXT3 filesystem support
|
|---|
| 276 |
|
|---|
| 277 | config FWRT_PACKAGE_KMOD_FS_HFSPLUS
|
|---|
| 278 | prompt "kmod-fs-hfsplus................... HFS+ filesystem support"
|
|---|
| 279 | tristate
|
|---|
| 280 | default n
|
|---|
| 281 | help
|
|---|
| 282 | Kernel modules for HFS+ filesystem support
|
|---|
| 283 |
|
|---|
| 284 | config FWRT_PACKAGE_KMOD_FS_NFS
|
|---|
| 285 | prompt "kmod-fs-nfs....................... NFS client support"
|
|---|
| 286 | tristate
|
|---|
| 287 | default n
|
|---|
| 288 | help
|
|---|
| 289 | Kernel modules for NFS client support
|
|---|
| 290 | Includes lockd, nfs and sunrpc.
|
|---|
| 291 |
|
|---|
| 292 | config FWRT_PACKAGE_KMOD_FS_NFSD
|
|---|
| 293 | prompt "kmod-fs-nfsd...................... NFS server support"
|
|---|
| 294 | tristate
|
|---|
| 295 | select FWRT_PACKAGE_KMOD_FS_NFS
|
|---|
| 296 | default n
|
|---|
| 297 | help
|
|---|
| 298 | Kernel modules for NFS server support
|
|---|
| 299 | Includes nfsd.
|
|---|
| 300 |
|
|---|
| 301 | config FWRT_PACKAGE_KMOD_FS_VFAT
|
|---|
| 302 | prompt "kmod-fs-vfat...................... VFAT filesystem support"
|
|---|
| 303 | tristate
|
|---|
| 304 | default n
|
|---|
| 305 | help
|
|---|
| 306 | Kernel modules for VFAT filesystem support
|
|---|
| 307 | useful for usb mass storage devices
|
|---|
| 308 |
|
|---|
| 309 | config FWRT_PACKAGE_KMOD_FS_XFS
|
|---|
| 310 | prompt "kmod-fs-xfs....................... XFS filesystem support"
|
|---|
| 311 | tristate
|
|---|
| 312 | default n
|
|---|
| 313 | help
|
|---|
| 314 | Kernel modules for XFS filesystem support
|
|---|
| 315 |
|
|---|
| 316 | endmenu
|
|---|
| 317 |
|
|---|
| 318 | menu "Multimedia devices support"
|
|---|
| 319 |
|
|---|
| 320 | config FWRT_PACKAGE_KMOD_PWC
|
|---|
| 321 | prompt "kmod-pwc.......................... Kernel driver for USB Philips Cameras"
|
|---|
| 322 | tristate
|
|---|
| 323 | depends on FWRT_PACKAGE_KMOD_USB
|
|---|
| 324 | default n
|
|---|
| 325 |
|
|---|
| 326 | config FWRT_PACKAGE_KMOD_SOUNDCORE
|
|---|
| 327 | prompt "kmod-soundcore.................... Soundcard support"
|
|---|
| 328 | tristate
|
|---|
| 329 | default n
|
|---|
| 330 | help
|
|---|
| 331 | Base support for soundcards
|
|---|
| 332 | Requires either USB soundcard support (OSS) or ALSA package to be useful
|
|---|
| 333 |
|
|---|
| 334 | config FWRT_PACKAGE_KMOD_VIDEODEV
|
|---|
| 335 | prompt "kmod-videodev..................... Video (For Linux) kernel support"
|
|---|
| 336 | tristate
|
|---|
| 337 | default n
|
|---|
| 338 |
|
|---|
| 339 | endmenu
|
|---|
| 340 |
|
|---|
| 341 | menu "Native Language support"
|
|---|
| 342 |
|
|---|
| 343 | config FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 344 | prompt "kmod-nls-base..................... Native Language support"
|
|---|
| 345 | tristate
|
|---|
| 346 | default n
|
|---|
| 347 | help
|
|---|
| 348 | Kernel native language support
|
|---|
| 349 |
|
|---|
| 350 | config FWRT_PACKAGE_KMOD_NLS_CP437
|
|---|
| 351 | prompt "kmod-nls-cp437.................. Codepage 437 (United States, Canada)"
|
|---|
| 352 | tristate
|
|---|
| 353 | default n
|
|---|
| 354 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 355 | help
|
|---|
| 356 | Kernel native language support
|
|---|
| 357 |
|
|---|
| 358 | config FWRT_PACKAGE_KMOD_NLS_CP737
|
|---|
| 359 | prompt "kmod-nls-cp737.................. Codepage 737 (Greek)"
|
|---|
| 360 | tristate
|
|---|
| 361 | default n
|
|---|
| 362 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 363 | help
|
|---|
| 364 | Kernel native language support
|
|---|
| 365 |
|
|---|
| 366 | config FWRT_PACKAGE_KMOD_NLS_CP775
|
|---|
| 367 | prompt "kmod-nls-cp775.................. Codepage 775 (???)"
|
|---|
| 368 | tristate
|
|---|
| 369 | default n
|
|---|
| 370 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 371 | help
|
|---|
| 372 | Kernel native language support
|
|---|
| 373 |
|
|---|
| 374 | config FWRT_PACKAGE_KMOD_NLS_CP850
|
|---|
| 375 | prompt "kmod-nls-cp850.................. Codepage 850 (Western European Languages)"
|
|---|
| 376 | tristate
|
|---|
| 377 | default n
|
|---|
| 378 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 379 | help
|
|---|
| 380 | Kernel native language support
|
|---|
| 381 |
|
|---|
| 382 | config FWRT_PACKAGE_KMOD_NLS_CP852
|
|---|
| 383 | prompt "kmod-nls-cp852.................. Codepage 852 (Eastern European Languages)"
|
|---|
| 384 | tristate
|
|---|
| 385 | default n
|
|---|
| 386 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 387 | help
|
|---|
| 388 | Kernel native language support
|
|---|
| 389 |
|
|---|
| 390 | config FWRT_PACKAGE_KMOD_NLS_CP855
|
|---|
| 391 | prompt "kmod-nls-cp855.................. Codepage 855 (Cyrillic)"
|
|---|
| 392 | tristate
|
|---|
| 393 | default n
|
|---|
| 394 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 395 | help
|
|---|
| 396 | Kernel native language support
|
|---|
| 397 |
|
|---|
| 398 | config FWRT_PACKAGE_KMOD_NLS_CP857
|
|---|
| 399 | prompt "kmod-nls-cp857.................. Codepage 857 (Turkish)"
|
|---|
| 400 | tristate
|
|---|
| 401 | default n
|
|---|
| 402 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 403 | help
|
|---|
| 404 | Kernel native language support
|
|---|
| 405 |
|
|---|
| 406 | config FWRT_PACKAGE_KMOD_NLS_CP860
|
|---|
| 407 | prompt "kmod-nls-cp860.................. Codepage 860 (Portuguese)"
|
|---|
| 408 | tristate
|
|---|
| 409 | default n
|
|---|
| 410 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 411 | help
|
|---|
| 412 | Kernel native language support
|
|---|
| 413 |
|
|---|
| 414 | config FWRT_PACKAGE_KMOD_NLS_CP861
|
|---|
| 415 | prompt "kmod-nls-cp861.................. Codepage 861 (Icelandic)"
|
|---|
| 416 | tristate
|
|---|
| 417 | default n
|
|---|
| 418 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 419 | help
|
|---|
| 420 | Kernel native language support
|
|---|
| 421 |
|
|---|
| 422 | config FWRT_PACKAGE_KMOD_NLS_CP862
|
|---|
| 423 | prompt "kmod-nls-cp862.................. Codepage 862 (???)"
|
|---|
| 424 | tristate
|
|---|
| 425 | default n
|
|---|
| 426 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 427 | help
|
|---|
| 428 | Kernel native language support
|
|---|
| 429 |
|
|---|
| 430 | config FWRT_PACKAGE_KMOD_NLS_CP863
|
|---|
| 431 | prompt "kmod-nls-cp863.................. Codepage 863 (French Canadian)"
|
|---|
| 432 | tristate
|
|---|
| 433 | default n
|
|---|
| 434 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 435 | help
|
|---|
| 436 | Kernel native language support
|
|---|
| 437 |
|
|---|
| 438 | config FWRT_PACKAGE_KMOD_NLS_CP864
|
|---|
| 439 | prompt "kmod-nls-cp864.................. Codepage 864 (???)"
|
|---|
| 440 | tristate
|
|---|
| 441 | default n
|
|---|
| 442 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 443 | help
|
|---|
| 444 | Kernel native language support
|
|---|
| 445 |
|
|---|
| 446 | config FWRT_PACKAGE_KMOD_NLS_CP865
|
|---|
| 447 | prompt "kmod-nls-cp865.................. Codepage 865 (Nordic)"
|
|---|
| 448 | tristate
|
|---|
| 449 | default n
|
|---|
| 450 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 451 | help
|
|---|
| 452 | Kernel native language support
|
|---|
| 453 |
|
|---|
| 454 | config FWRT_PACKAGE_KMOD_NLS_CP866
|
|---|
| 455 | prompt "kmod-nls-cp866.................. Codepage 866 (Cyrillic)"
|
|---|
| 456 | tristate
|
|---|
| 457 | default n
|
|---|
| 458 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 459 | help
|
|---|
| 460 | Kernel native language support
|
|---|
| 461 |
|
|---|
| 462 | config FWRT_PACKAGE_KMOD_NLS_CP869
|
|---|
| 463 | prompt "kmod-nls-cp869.................. Codepage 869 (Greek)"
|
|---|
| 464 | tristate
|
|---|
| 465 | default n
|
|---|
| 466 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 467 | help
|
|---|
| 468 | Kernel native language support
|
|---|
| 469 |
|
|---|
| 470 | config FWRT_PACKAGE_KMOD_NLS_CP874
|
|---|
| 471 | prompt "kmod-nls-cp874.................. Codepage 874 (???)"
|
|---|
| 472 | tristate
|
|---|
| 473 | default n
|
|---|
| 474 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 475 | help
|
|---|
| 476 | Kernel native language support
|
|---|
| 477 |
|
|---|
| 478 | config FWRT_PACKAGE_KMOD_NLS_CP932
|
|---|
| 479 | prompt "kmod-nls-cp932.................. Codepage 932 (Japanese)"
|
|---|
| 480 | tristate
|
|---|
| 481 | default n
|
|---|
| 482 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 483 | help
|
|---|
| 484 | Kernel native language support
|
|---|
| 485 |
|
|---|
| 486 | config FWRT_PACKAGE_KMOD_NLS_CP936
|
|---|
| 487 | prompt "kmod-nls-cp936.................. Codepage 936 (Simplified Chinese)"
|
|---|
| 488 | tristate
|
|---|
| 489 | default n
|
|---|
| 490 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 491 | help
|
|---|
| 492 | Kernel native language support
|
|---|
| 493 |
|
|---|
| 494 | config FWRT_PACKAGE_KMOD_NLS_CP949
|
|---|
| 495 | prompt "kmod-nls-cp949.................. Codepage 949 (Korean)"
|
|---|
| 496 | tristate
|
|---|
| 497 | default n
|
|---|
| 498 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 499 | help
|
|---|
| 500 | Kernel native language support
|
|---|
| 501 |
|
|---|
| 502 | config FWRT_PACKAGE_KMOD_NLS_CP950
|
|---|
| 503 | prompt "kmod-nls-cp950.................. Codepage 950 (Traditional Chinese)"
|
|---|
| 504 | tristate
|
|---|
| 505 | default n
|
|---|
| 506 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 507 | help
|
|---|
| 508 | Kernel native language support
|
|---|
| 509 |
|
|---|
| 510 | config FWRT_PACKAGE_KMOD_NLS_CP1250
|
|---|
| 511 | prompt "kmod-nls-cp1250.................. Codepage 1250 (East European Latin)"
|
|---|
| 512 | tristate
|
|---|
| 513 | default n
|
|---|
| 514 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 515 | help
|
|---|
| 516 | Kernel native language support
|
|---|
| 517 |
|
|---|
| 518 | config FWRT_PACKAGE_KMOD_NLS_CP1251
|
|---|
| 519 | prompt "kmod-nls-cp1251.................. Codepage 1251 (Cryllic)"
|
|---|
| 520 | tristate
|
|---|
| 521 | default n
|
|---|
| 522 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 523 | help
|
|---|
| 524 | Kernel native language support
|
|---|
| 525 |
|
|---|
| 526 | config FWRT_PACKAGE_KMOD_NLS_ISO8859_1
|
|---|
| 527 | prompt "kmod-nls-iso8859-1.............. NLS ISO 8859-1 (Latin-1; Western European Languages)"
|
|---|
| 528 | tristate
|
|---|
| 529 | default n
|
|---|
| 530 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 531 | help
|
|---|
| 532 | Kernel native language support
|
|---|
| 533 |
|
|---|
| 534 | config FWRT_PACKAGE_KMOD_NLS_ISO8859_2
|
|---|
| 535 | prompt "kmod-nls-iso8859-2.............. NLS ISO 8859-2 (Latin-2; Central European Languages)"
|
|---|
| 536 | tristate
|
|---|
| 537 | default n
|
|---|
| 538 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 539 | help
|
|---|
| 540 | Kernel native language support
|
|---|
| 541 |
|
|---|
| 542 | config FWRT_PACKAGE_KMOD_NLS_ISO8859_3
|
|---|
| 543 | prompt "kmod-nls-iso8859-3.............. NLS ISO 8859-3 (Latin-3; South European Languages)"
|
|---|
| 544 | tristate
|
|---|
| 545 | default n
|
|---|
| 546 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 547 | help
|
|---|
| 548 | Kernel native language support
|
|---|
| 549 |
|
|---|
| 550 | config FWRT_PACKAGE_KMOD_NLS_ISO8859_4
|
|---|
| 551 | prompt "kmod-nls-iso8859-4.............. NLS ISO 8859-4 (Latin-4; North European Languages)"
|
|---|
| 552 | tristate
|
|---|
| 553 | default n
|
|---|
| 554 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 555 | help
|
|---|
| 556 | Kernel native language support
|
|---|
| 557 |
|
|---|
| 558 | config FWRT_PACKAGE_KMOD_NLS_ISO8859_5
|
|---|
| 559 | prompt "kmod-nls-iso8859-5.............. NLS ISO 8859-5 (Cyrillic)"
|
|---|
| 560 | tristate
|
|---|
| 561 | default n
|
|---|
| 562 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 563 | help
|
|---|
| 564 | Kernel native language support
|
|---|
| 565 |
|
|---|
| 566 | config FWRT_PACKAGE_KMOD_NLS_ISO8859_6
|
|---|
| 567 | prompt "kmod-nls-iso8859-6.............. NLS ISO 8859-6 (Arabic)"
|
|---|
| 568 | tristate
|
|---|
| 569 | default n
|
|---|
| 570 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 571 | help
|
|---|
| 572 | Kernel native language support
|
|---|
| 573 |
|
|---|
| 574 | config FWRT_PACKAGE_KMOD_NLS_ISO8859_7
|
|---|
| 575 | prompt "kmod-nls-iso8859-7.............. NLS ISO 8859-7 (Greek)"
|
|---|
| 576 | tristate
|
|---|
| 577 | default n
|
|---|
| 578 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 579 | help
|
|---|
| 580 | Kernel native language support
|
|---|
| 581 |
|
|---|
| 582 | config FWRT_PACKAGE_KMOD_NLS_ISO8859_8
|
|---|
| 583 | prompt "kmod-nls-iso8859-8.............. NLS ISO 8859-8 (Hebrew)"
|
|---|
| 584 | tristate
|
|---|
| 585 | default n
|
|---|
| 586 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 587 | help
|
|---|
| 588 | Kernel native language support
|
|---|
| 589 |
|
|---|
| 590 | config FWRT_PACKAGE_KMOD_NLS_ISO8859_9
|
|---|
| 591 | prompt "kmod-nls-iso8859-9.............. NLS ISO 8859-9 (Latin-5; Turkish)"
|
|---|
| 592 | tristate
|
|---|
| 593 | default n
|
|---|
| 594 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 595 | help
|
|---|
| 596 | Kernel native language support
|
|---|
| 597 |
|
|---|
| 598 | config FWRT_PACKAGE_KMOD_NLS_ISO8859_13
|
|---|
| 599 | prompt "kmod-nls-iso8859-13.............. NLS ISO 8859-13 (Latin-7; Baltic Rim)"
|
|---|
| 600 | tristate
|
|---|
| 601 | default n
|
|---|
| 602 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 603 | help
|
|---|
| 604 | Kernel native language support
|
|---|
| 605 |
|
|---|
| 606 | config FWRT_PACKAGE_KMOD_NLS_ISO8859_14
|
|---|
| 607 | prompt "kmod-nls-iso8859-14.............. NLS ISO 8859-14 (Latin-8; Celtic)"
|
|---|
| 608 | tristate
|
|---|
| 609 | default n
|
|---|
| 610 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 611 | help
|
|---|
| 612 | Kernel native language support
|
|---|
| 613 |
|
|---|
| 614 | config FWRT_PACKAGE_KMOD_NLS_ISO8859_15
|
|---|
| 615 | prompt "kmod-nls-iso8859-15............. NLS ISO 8859-15 (Latin-9; Western European Languages with Euro)"
|
|---|
| 616 | tristate
|
|---|
| 617 | default n
|
|---|
| 618 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 619 | help
|
|---|
| 620 | Kernel native language support
|
|---|
| 621 |
|
|---|
| 622 | config FWRT_PACKAGE_KMOD_NLS_KOI8_R
|
|---|
| 623 | prompt "kmod-nls-koi8-r................... NLS KOI8-R (Cryllic for Russian and Bulgarian"
|
|---|
| 624 | tristate
|
|---|
| 625 | default n
|
|---|
| 626 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 627 | help
|
|---|
| 628 | Kernel native language support
|
|---|
| 629 |
|
|---|
| 630 | config FWRT_PACKAGE_KMOD_NLS_KOI8_U
|
|---|
| 631 | prompt "kmod-nls-koi8-u................... NLS KOI8-U (Cyrillic for Russian, Bulgarian and Ukrainian"
|
|---|
| 632 | tristate
|
|---|
| 633 | default n
|
|---|
| 634 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 635 | help
|
|---|
| 636 | Kernel native language support
|
|---|
| 637 |
|
|---|
| 638 | config FWRT_PACKAGE_KMOD_NLS_UTF8
|
|---|
| 639 | prompt "kmod-nls-utf8................... NLS UTF8"
|
|---|
| 640 | tristate
|
|---|
| 641 | default n
|
|---|
| 642 | depends FWRT_PACKAGE_KMOD_NLS_BASE
|
|---|
| 643 | help
|
|---|
| 644 | Kernel native language support
|
|---|
| 645 |
|
|---|
| 646 | endmenu
|
|---|
| 647 |
|
|---|
| 648 | menu "PCMCIA/CardBus support"
|
|---|
| 649 | depends on FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
|
|---|
| 650 |
|
|---|
| 651 | config FWRT_PACKAGE_KMOD_PCMCIA_CORE
|
|---|
| 652 | prompt "kmod-pcmcia-core.................. PCMCIA/CardBus support"
|
|---|
| 653 | tristate
|
|---|
| 654 | default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
|
|---|
| 655 | default n
|
|---|
| 656 | depends on FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
|
|---|
| 657 |
|
|---|
| 658 | config FWRT_PACKAGE_KMOD_PCMCIA_SERIAL
|
|---|
| 659 | prompt "kmod-pcmcia-serial.............. PCMCIA/CardBus serial device support"
|
|---|
| 660 | tristate
|
|---|
| 661 | default n
|
|---|
| 662 | depends FWRT_PACKAGE_KMOD_PCMCIA_CORE
|
|---|
| 663 | endmenu
|
|---|
| 664 |
|
|---|
| 665 | menu "USB support"
|
|---|
| 666 | depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \
|
|---|
| 667 | FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \
|
|---|
| 668 | FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \
|
|---|
| 669 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \
|
|---|
| 670 | FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
|
|---|
| 671 |
|
|---|
| 672 | config FWRT_PACKAGE_KMOD_USB
|
|---|
| 673 | prompt "kmod-usb-core..................... USB support"
|
|---|
| 674 | tristate
|
|---|
| 675 | default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G
|
|---|
| 676 | default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE
|
|---|
| 677 | default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM
|
|---|
| 678 | default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
|
|---|
| 679 | default y if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
|
|---|
| 680 | default n
|
|---|
| 681 | depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \
|
|---|
| 682 | FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \
|
|---|
| 683 | FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \
|
|---|
| 684 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \
|
|---|
| 685 | FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
|
|---|
| 686 |
|
|---|
| 687 | config FWRT_PACKAGE_KMOD_USB_UHCI
|
|---|
| 688 | prompt "kmod-usb-uhci................... Support for UHCI controllers"
|
|---|
| 689 | tristate
|
|---|
| 690 | default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM
|
|---|
| 691 | default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE
|
|---|
| 692 | default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
|
|---|
| 693 | default n
|
|---|
| 694 | depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \
|
|---|
| 695 | FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \
|
|---|
| 696 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
|
|---|
| 697 | depends FWRT_PACKAGE_KMOD_USB
|
|---|
| 698 | select FWRT_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 699 | help
|
|---|
| 700 | USB UHCI host controller driver
|
|---|
| 701 |
|
|---|
| 702 | config FWRT_PACKAGE_KMOD_USB_OHCI
|
|---|
| 703 | prompt "kmod-usb-ohci................... Support for OHCI controllers"
|
|---|
| 704 | tristate
|
|---|
| 705 | default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G
|
|---|
| 706 | default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM
|
|---|
| 707 | default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
|
|---|
| 708 | default y if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
|
|---|
| 709 | default n
|
|---|
| 710 | depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \
|
|---|
| 711 | FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \
|
|---|
| 712 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \
|
|---|
| 713 | FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
|
|---|
| 714 | depends FWRT_PACKAGE_KMOD_USB
|
|---|
| 715 | select FWRT_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 716 | help
|
|---|
| 717 | USB OHCI host controller driver
|
|---|
| 718 |
|
|---|
| 719 | config FWRT_PACKAGE_KMOD_USB2
|
|---|
| 720 | prompt "kmod-usb2....................... Support for USB 2.0 controllers"
|
|---|
| 721 | tristate
|
|---|
| 722 | default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE
|
|---|
| 723 | default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM
|
|---|
| 724 | default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G
|
|---|
| 725 | default y if FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
|
|---|
| 726 | default n
|
|---|
| 727 | depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \
|
|---|
| 728 | FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \
|
|---|
| 729 | FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G || \
|
|---|
| 730 | FWRT_LINUX_2_4_BRCM_NETGEAR_WGT634U
|
|---|
| 731 | depends FWRT_PACKAGE_KMOD_USB
|
|---|
| 732 | select FWRT_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 733 |
|
|---|
| 734 | config FWRT_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 735 | tristate
|
|---|
| 736 | depends on FWRT_PACKAGE_KMOD_USB_UHCI || FWRT_PACKAGE_KMOD_USB_OHCI || FWRT_PACKAGE_KMOD_USB2
|
|---|
| 737 | default n
|
|---|
| 738 |
|
|---|
| 739 | config FWRT_PACKAGE_KMOD_USB_ACM
|
|---|
| 740 | prompt "kmod-usb-acm...................... Support for USB modems/isdn controllers"
|
|---|
| 741 | tristate
|
|---|
| 742 | default n
|
|---|
| 743 | depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 744 |
|
|---|
| 745 | config FWRT_PACKAGE_KMOD_USB_AUDIO
|
|---|
| 746 | prompt "kmod-usb-audio.................... Support for USB soundcards"
|
|---|
| 747 | tristate
|
|---|
| 748 | default n
|
|---|
| 749 | depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 750 | select FWRT_PACKAGE_KMOD_SOUNDCORE
|
|---|
| 751 |
|
|---|
| 752 | config FWRT_PACKAGE_KMOD_USB_PRINTER
|
|---|
| 753 | prompt "kmod-usb-printer.................. Support for USB printers"
|
|---|
| 754 | tristate
|
|---|
| 755 | default n
|
|---|
| 756 | depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 757 |
|
|---|
| 758 | config FWRT_PACKAGE_KMOD_USB_SERIAL
|
|---|
| 759 | prompt "kmod-usb-serial................... Support for USB-to-serial converters"
|
|---|
| 760 | tristate
|
|---|
| 761 | default n
|
|---|
| 762 | depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 763 |
|
|---|
| 764 | config FWRT_PACKAGE_KMOD_USB_SERIAL_BELKIN
|
|---|
| 765 | prompt "kmod-usb-serial-belkin.......... Support for Belkin USB-to-serial converters"
|
|---|
| 766 | tristate
|
|---|
| 767 | default n
|
|---|
| 768 | depends FWRT_PACKAGE_KMOD_USB_SERIAL
|
|---|
| 769 |
|
|---|
| 770 | config FWRT_PACKAGE_KMOD_USB_SERIAL_FTDI
|
|---|
| 771 | prompt "kmod-usb-serial-ftdi............ Support for FTDI USB-to-serial converterr"
|
|---|
| 772 | tristate
|
|---|
| 773 | default n
|
|---|
| 774 | depends FWRT_PACKAGE_KMOD_USB_SERIAL
|
|---|
| 775 |
|
|---|
| 776 | config FWRT_PACKAGE_KMOD_USB_SERIAL_MCT_U232
|
|---|
| 777 | prompt "kmod-usb-serial-mct-u232........ Support for Magic Control Technology USB-to-Serial converters"
|
|---|
| 778 | tristate
|
|---|
| 779 | default n
|
|---|
| 780 | depends FWRT_PACKAGE_KMOD_USB_SERIAL
|
|---|
| 781 |
|
|---|
| 782 | config FWRT_PACKAGE_KMOD_USB_SERIAL_PL2303
|
|---|
| 783 | prompt "kmod-usb-serial-pl2303.......... Support for Prolific PL2303 USB-to-Serial converters"
|
|---|
| 784 | tristate
|
|---|
| 785 | default n
|
|---|
| 786 | depends FWRT_PACKAGE_KMOD_USB_SERIAL
|
|---|
| 787 |
|
|---|
| 788 | config FWRT_PACKAGE_KMOD_USB_SERIAL_VISOR
|
|---|
| 789 | prompt "kmod-usb-serial-visor........... Support for Handspring Visor / Palm m50x / Sony Clie Driver"
|
|---|
| 790 | tristate
|
|---|
| 791 | default n
|
|---|
| 792 | depends FWRT_PACKAGE_KMOD_USB_SERIAL
|
|---|
| 793 |
|
|---|
| 794 | config FWRT_PACKAGE_KMOD_USB_STORAGE
|
|---|
| 795 | prompt "kmod-usb-storage.................. Support for USB storage devices"
|
|---|
| 796 | tristate
|
|---|
| 797 | default n
|
|---|
| 798 | depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 799 |
|
|---|
| 800 | config FWRT_PACKAGE_KMOD_USB_ATM
|
|---|
| 801 | prompt "kmod-usb-atm...................... Support for USB ATM devices"
|
|---|
| 802 | tristate
|
|---|
| 803 | default n
|
|---|
| 804 | depends FWRT_PACKAGE_KMOD_USB_CONTROLLER
|
|---|
| 805 |
|
|---|
| 806 | config FWRT_PACKAGE_KMOD_USB_ATM_SPEEDTOUCH
|
|---|
| 807 | prompt "kmod-usb-atm-speedtouch......... Support for USB Speedtouch ADSL modem"
|
|---|
| 808 | tristate
|
|---|
| 809 | default n
|
|---|
| 810 | depends FWRT_PACKAGE_KMOD_USB_ATM
|
|---|
| 811 |
|
|---|
| 812 | endmenu
|
|---|
| 813 |
|
|---|
| 814 | menu "Crypto support"
|
|---|
| 815 | config FWRT_PACKAGE_KMOD_CRYPTO_ARC4
|
|---|
| 816 | prompt "kmod-crypto-arc4....................... ARC4 crypto algorithm"
|
|---|
| 817 | tristate
|
|---|
| 818 | default n
|
|---|
| 819 | select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
|
|---|
| 820 | help
|
|---|
| 821 | Kernel module for ARC4 crypto algorithm
|
|---|
| 822 |
|
|---|
| 823 | config FWRT_PACKAGE_KMOD_CRYPTO_SHA1
|
|---|
| 824 | prompt "kmod-crypto-sha1....................... SHA-1 crypto algorithm"
|
|---|
| 825 | tristate
|
|---|
| 826 | default n
|
|---|
| 827 | select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
|
|---|
| 828 | help
|
|---|
| 829 | Kernel module for SHA-1 cryptographic algorithm
|
|---|
| 830 |
|
|---|
| 831 | endmenu
|
|---|
| 832 |
|
|---|
| 833 | menu "Misc. devices support"
|
|---|
| 834 |
|
|---|
| 835 | config FWRT_PACKAGE_KMOD_AX25
|
|---|
| 836 | prompt "kmod-ax25......................... AX25 support"
|
|---|
| 837 | tristate
|
|---|
| 838 | default n
|
|---|
| 839 | help
|
|---|
| 840 | Kernel modules for AX25 protocol family
|
|---|
| 841 |
|
|---|
| 842 | This package contains both the AX25 layer 2 support (ax25) and AX25 KISS driver (mkiss)
|
|---|
| 843 |
|
|---|
| 844 | config FWRT_PACKAGE_KMOD_BLUETOOTH
|
|---|
| 845 | prompt "kmod-bluetooth.................... Bluetooth drivers and network stack"
|
|---|
| 846 | tristate
|
|---|
| 847 | default n
|
|---|
| 848 | help
|
|---|
| 849 | Bluetooth drivers and network stack
|
|---|
| 850 |
|
|---|
| 851 |
|
|---|
| 852 | config FWRT_PACKAGE_KMOD_PARPORT
|
|---|
| 853 | prompt "kmod-parport...................... generic parallel port support"
|
|---|
| 854 | tristate
|
|---|
| 855 | default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G
|
|---|
| 856 | default n
|
|---|
| 857 | depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G
|
|---|
| 858 | help
|
|---|
| 859 | Kernel module for generic parallel port support
|
|---|
| 860 |
|
|---|
| 861 | config FWRT_PACKAGE_KMOD_PARPORT_SPLINK
|
|---|
| 862 | prompt "kmod-parport-splink............. parport driver for Asus WL500g"
|
|---|
| 863 | tristate
|
|---|
| 864 | default y if FWRT_LINUX_2_4_BRCM_ASUS_WL500G
|
|---|
| 865 | default n
|
|---|
| 866 | depends on FWRT_PACKAGE_KMOD_PARPORT
|
|---|
| 867 | depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G
|
|---|
| 868 | help
|
|---|
| 869 | Kernel module for parallel port on Asus WL500g
|
|---|
| 870 |
|
|---|
| 871 | config FWRT_PACKAGE_KMOD_LP
|
|---|
| 872 | prompt "kmod-lp......................... line printer support"
|
|---|
| 873 | tristate
|
|---|
| 874 | default n
|
|---|
| 875 | depends on FWRT_PACKAGE_KMOD_PARPORT
|
|---|
| 876 | depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G
|
|---|
| 877 | help
|
|---|
| 878 | Kernel module for line printer support
|
|---|
| 879 |
|
|---|
| 880 | config FWRT_PACKAGE_KMOD_PPDEV
|
|---|
| 881 | prompt "kmod-ppdev...................... userland parellel port driver"
|
|---|
| 882 | tristate
|
|---|
| 883 | default n
|
|---|
| 884 | depends on FWRT_PACKAGE_KMOD_PARPORT
|
|---|
| 885 | depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G
|
|---|
| 886 | help
|
|---|
| 887 | Kernel module for line printer support
|
|---|
| 888 |
|
|---|
| 889 |
|
|---|
| 890 | config FWRT_PACKAGE_KMOD_SOFTDOG
|
|---|
| 891 | prompt "kmod-softdog...................... Software watchdog"
|
|---|
| 892 | tristate
|
|---|
| 893 | default n
|
|---|
| 894 | help
|
|---|
| 895 | Kernel modules for software watchdog driver
|
|---|
| 896 |
|
|---|
| 897 | endmenu
|
|---|
| 898 |
|
|---|
| 899 | menu "Additional kernel modules (external drivers)"
|
|---|
| 900 | source package/alsa/Config.in
|
|---|
| 901 | source package/broadcom-wl/Config.in
|
|---|
| 902 | source package/broadcom-diag/Config.in
|
|---|
| 903 | source package/broadcom-mmc/Config.in
|
|---|
| 904 | source package/hostap/Config.in
|
|---|
| 905 | source package/madwifi/Config.in
|
|---|
| 906 | source package/mini_fo/Config.in
|
|---|
| 907 | source package/nozomi/Config.in
|
|---|
| 908 | source package/spca5xx/Config.in
|
|---|
| 909 | source package/switch/Config.in
|
|---|
| 910 | source package/wlcompat/Config.in
|
|---|
| 911 | endmenu
|
|---|
| 912 |
|
|---|
| 913 | endmenu
|
|---|