-choice
- prompt "Target system"
-
-config BR2_LINUX_2_4_BRCM
- bool "Support for Broadcom based routers [2.4]"
- default y
- depends BR2_mipsel
- help
- Build firmware images for Broadcom based routers
- (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
-
- This one builds the generic .trx images, activate one of the
- options below for creating device specific files for use
- with TFTP client too.
-
-config BR2_LINUX_2_4_AR7
- bool "Support for TI AR7 based devices [2.4]"
- default n
- depends BR2_mipsel
- help
- Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2)
-
-config BR2_LINUX_2_4_X86
- bool "Support for x86 boards [2.4]"
- default n
- depends BR2_i386
- help
- Build firmware images for x86 based boards
- (e.g. Soekris net4521 and net4801, PC Engines WRAP...)
-
-config BR2_LINUX_2_6_BRCM
- bool "Support for Broadcom based routers [2.6]"
- default n
- depends BR2_mipsel
- help
- Build firmware images for Broadcom based routers
- (e.g. Netgear WGT634u)
-
-endchoice
-
-comment "Kernel Modules"
-
-config BR2_PACKAGE_KMOD_SANGAM_ATM_A
- tristate "AR7 Sangam ADSL Driver (Annex A)"
- default m
- depends BR2_LINUX_2_4_AR7
- select BR2_PACKAGE_KMOD_ATM
- help
- ATM driver for the Sangam ADSL chip on AR7
- Annex A version
-
-config BR2_PACKAGE_KMOD_SANGAM_ATM_B
- tristate "AR7 Sangam ADSL Driver (Annex B)"
- default y
- depends BR2_LINUX_2_4_AR7
- select BR2_PACKAGE_KMOD_ATM
- help
- ATM driver for the Sangam ADSL chip on AR7
- Annex B version
-
-config BR2_PACKAGE_KMOD_CPMAC
- tristate "AR7 CPMAC Network Driver"
- default y
- depends BR2_LINUX_2_4_AR7
- help
- Driver for the AR7 CPMAC network chip
-
-config BR2_PACKAGE_KMOD_BRCM_WL
- tristate "Broadcom Wireless Network Driver"
- depends BR2_LINUX_2_4_BRCM
- default y
- help
- Proprietary driver for Broadcom Wireless chipsets
-
-config BR2_PACKAGE_KMOD_BRCM_ET
- tristate "Broadcom Ethernet Driver"
- depends BR2_LINUX_2_4_BRCM
- default y
- help
- Proprietary driver for Broadcom Ethernet chipsets
-
-comment "Networking modules ------------"
-
-config BR2_PACKAGE_KMOD_ATM
- tristate "kmod-atm....................... ATM support"
- default y if BR2_LINUX_2_4_AR7
- help
- ATM support
-
-config BR2_PACKAGE_KMOD_GRE
- tristate "kmod-gre....................... GRE tunneling driver"
- default m
- help
- Kernel support for GRE tunnels
-
-config BR2_PACKAGE_KMOD_IPV6
- tristate "kmod-ipv6...................... IPv6 support"
- default m
- help
- Kernel modules for IPv6 protocol support
-
-config BR2_PACKAGE_KMOD_PPP
- tristate "kmod-ppp....................... PPP support"
- default m
- help
- Kernel support for PPP
-
-config BR2_PACKAGE_KMOD_MPPE
- tristate "kmod-mppe.................... PPP MPPE/MPPC module"
- default m
- depends BR2_PACKAGE_KMOD_PPP
- select BR2_PACKAGE_KMOD_CRYPTO
- help
- Support for Microsoft PPP Encryption/Compression
-
-config BR2_PACKAGE_KMOD_PPPOE
- tristate "kmod-pppoe................... PPPoE (PPP over Ethernet) kernel support"
- default m
- depends BR2_PACKAGE_KMOD_PPP
- help
- Support for PPP over Ethernet
-
-config BR2_PACKAGE_KMOD_PPPOATM
- tristate "kmod-pppoatm................. PPPoA (PPP over ATM) kernel support"
- default y if BR2_LINUX_2_4_AR7
- default m
- depends BR2_PACKAGE_KMOD_PPP
- select BR2_PACKAGE_KMOD_ATM
- help
- Support for PPP over ATM
-
-config BR2_PACKAGE_KMOD_SCHED
- tristate "kmod-sched..................... Traffic schedulers"
- default m
- help
- Kernel schedulers for IP traffic
-
-config BR2_PACKAGE_KMOD_TUN
- tristate "kmod-tun....................... Universal TUN/TAP driver"
- default m
- help
- Kernel support for the TUN/TAP tunneling device
-
-
-comment "Filtering/Firewalling ---------"
-
-config BR2_PACKAGE_KMOD_ARPTABLES
- tristate "kmod-arptables................. ARP firewalling support"
- default m
- help
- Kernel modules for ARP firewalling
-
-config BR2_PACKAGE_KMOD_EBTABLES
- tristate "kmod-ebtables.................. Ethernet Bridge firewalling support"
- default m
- help
- Kernel modules for bridge firewalling
-
-config BR2_PACKAGE_KMOD_IPTABLES_V4
- tristate "kmod-iptables.................. Basic set of kernel modules for iptables"
- default y
- help
- Kernel modules for IPv4 firewalling
-
-config BR2_PACKAGE_KMOD_IPTABLES_V4_EXTRA
- tristate "kmod-iptables-extra............ Extra modules for iptables"
- default m
- help
- Extra kernel modules for IPv4 firewalling
-
-config BR2_PACKAGE_KMOD_IPTABLES_V6
- tristate "kmod-ip6tables................. Kernel modules for ip6tables"
- default m
- depends BR2_PACKAGE_KMOD_IPV6
- help
- IPv6 firewalling support