2005-05-28 12:17:29 +03:00
|
|
|
|
|
|
|
config BR2_LINUX_2_4
|
|
|
|
bool "Linux 2.4"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config BR2_LINUX_2_4_BRCM
|
|
|
|
bool "Support for Broadcom based routers"
|
|
|
|
default y
|
2005-07-25 18:40:23 +03:00
|
|
|
depends BR2_mipsel
|
2005-08-28 12:06:53 +03:00
|
|
|
depends BR2_LINUX_2_4
|
2005-05-28 12:17:29 +03:00
|
|
|
help
|
2005-07-07 17:01:01 +03:00
|
|
|
Build firmware images for Broadcom based routers
|
|
|
|
(e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
|
2005-05-28 12:17:29 +03:00
|
|
|
|
2005-07-07 17:01:01 +03:00
|
|
|
This one builds the generic .trx images, activate one of the
|
|
|
|
options below for creating device specific files for use
|
|
|
|
with TFTP client too.
|
|
|
|
|
2005-06-14 10:03:57 +03:00
|
|
|
config BR2_LINUX_2_4_AR7
|
|
|
|
bool "Support for TI AR7 based devices"
|
|
|
|
default n
|
2005-07-25 18:40:23 +03:00
|
|
|
depends BR2_mipsel
|
2005-08-28 12:06:53 +03:00
|
|
|
depends BR2_LINUX_2_4
|
2005-06-14 10:03:57 +03:00
|
|
|
help
|
|
|
|
Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2)
|
|
|
|
|
2005-07-25 18:40:23 +03:00
|
|
|
config BR2_LINUX_2_4_SOEKRIS
|
|
|
|
bool "Support for Soekris boards"
|
|
|
|
default n
|
|
|
|
depends BR2_i386
|
2005-08-28 12:06:53 +03:00
|
|
|
depends BR2_LINUX_2_4
|
2005-07-25 18:40:23 +03:00
|
|
|
help
|
|
|
|
Build firmware images for Soekris based boards
|
|
|
|
(e.g. net4521, net4801)
|
|
|
|
|
|
|
|
config BR2_TARGET_NET4521
|
|
|
|
default y
|
|
|
|
depends BR2_LINUX_2_4_SOEKRIS
|
|
|
|
bool "Soekris net4521"
|
|
|
|
|
|
|
|
config BR2_TARGET_NET4801
|
|
|
|
default y
|
|
|
|
depends BR2_LINUX_2_4_SOEKRIS
|
|
|
|
bool "Soekris net4801"
|
|
|
|
|
2005-08-28 12:06:53 +03:00
|
|
|
config BR2_LINUX_2_6
|
|
|
|
bool "Linux 2.6"
|
|
|
|
default n
|
2005-07-25 18:40:23 +03:00
|
|
|
|
2005-08-28 12:06:53 +03:00
|
|
|
config BR2_LINUX_2_6_BRCM
|
|
|
|
bool "Support for Broadcom based routers"
|
|
|
|
default n
|
|
|
|
depends BR2_mipsel
|
|
|
|
depends BR2_LINUX_2_6
|
2005-09-07 16:16:55 +03:00
|
|
|
select BR2_PACKAGE_KMOD_B44
|
2005-09-10 20:23:40 +03:00
|
|
|
select BR2_PACKAGE_KMOD_MADWIFI
|
2005-09-16 14:55:53 +03:00
|
|
|
select BR2_PACKAGE_ROBOCFG
|
2005-08-28 12:06:53 +03:00
|
|
|
help
|
|
|
|
Build firmware images for Broadcom based routers
|
|
|
|
(e.g. Netgear WGT634u)
|
|
|
|
|
2005-05-28 12:17:29 +03:00
|
|
|
comment "Kernel Modules"
|
|
|
|
|
2005-07-25 22:25:14 +03:00
|
|
|
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)"
|
2005-07-10 03:20:22 +03:00
|
|
|
default y
|
|
|
|
depends BR2_LINUX_2_4_AR7
|
|
|
|
select BR2_PACKAGE_KMOD_ATM
|
|
|
|
help
|
|
|
|
ATM driver for the Sangam ADSL chip on AR7
|
2005-07-25 22:25:14 +03:00
|
|
|
Annex B version
|
2005-07-10 03:20:22 +03:00
|
|
|
|
2005-07-10 00:49:48 +03:00
|
|
|
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
|
|
|
|
|
2005-04-02 22:30:30 +03:00
|
|
|
config BR2_PACKAGE_KMOD_BRCM_WL
|
|
|
|
tristate "Broadcom Wireless Network Driver"
|
2005-05-28 12:17:29 +03:00
|
|
|
depends BR2_LINUX_2_4_BRCM
|
2005-04-02 22:30:30 +03:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Proprietary driver for Broadcom Wireless chipsets
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_BRCM_ET
|
|
|
|
tristate "Broadcom Ethernet Driver"
|
2005-05-28 12:17:29 +03:00
|
|
|
depends BR2_LINUX_2_4_BRCM
|
2005-04-02 22:30:30 +03:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Proprietary driver for Broadcom Ethernet chipsets
|
|
|
|
|
2005-04-25 11:11:23 +03:00
|
|
|
config BR2_PACKAGE_KMOD_B44
|
|
|
|
tristate "Broadcom 44XX, 47XX ethernet driver"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Free driver for Broadcom Ethernet chipsets (without switch support)
|
|
|
|
|
2005-03-06 05:34:52 +02:00
|
|
|
config BR2_PACKAGE_KMOD_ARPT
|
|
|
|
tristate "ARP firewalling support"
|
|
|
|
default m
|
2005-01-16 13:43:02 +02:00
|
|
|
help
|
2005-03-06 05:34:52 +02:00
|
|
|
Kernel modules for ARP firewalling
|
|
|
|
|
2005-07-15 23:06:53 +03:00
|
|
|
config BR2_PACKAGE_KMOD_BLUETOOTH
|
|
|
|
tristate "Bluetooth drivers and network stack"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Bluetooth drivers and network stack
|
|
|
|
|
2005-03-06 05:34:52 +02:00
|
|
|
config BR2_PACKAGE_KMOD_EBT
|
|
|
|
tristate "Ethernet Bridge firewalling support"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Kernel modules for bridge firewalling
|
|
|
|
|
2005-05-27 08:53:59 +03:00
|
|
|
config BR2_PACKAGE_KMOD_IPTABLES_V4
|
|
|
|
tristate "Basic set of kernel modules for iptables"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Kernel modules for IPv4 firewalling
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_IPTABLES_V4_EXTRA
|
2005-03-06 05:34:52 +02:00
|
|
|
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
|
|
|
|
|
2005-05-27 08:53:59 +03:00
|
|
|
config BR2_PACKAGE_KMOD_IPTABLES_V6
|
2005-03-06 05:34:52 +02:00
|
|
|
tristate "Kernel modules for ip6tables"
|
|
|
|
default m
|
|
|
|
depends BR2_PACKAGE_KMOD_IPV6
|
|
|
|
help
|
|
|
|
IPv6 firewalling support
|
|
|
|
|
2005-03-10 00:55:13 +02:00
|
|
|
config BR2_PACKAGE_KMOD_NFS
|
|
|
|
tristate "NFS support"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Kernel modules for NFS support
|
|
|
|
Includes lockd, nfs and sunrpc
|
|
|
|
|
2005-03-21 21:46:56 +02:00
|
|
|
config BR2_PACKAGE_KMOD_CIFS
|
|
|
|
tristate "CIFS support"
|
2005-03-20 01:37:26 +02:00
|
|
|
default m
|
|
|
|
help
|
2005-03-21 21:46:56 +02:00
|
|
|
Kernel modules for CIFS support
|
2005-03-20 01:37:26 +02:00
|
|
|
|
2005-03-06 05:34:52 +02:00
|
|
|
config BR2_PACKAGE_KMOD_USB
|
2005-04-02 18:34:55 +03:00
|
|
|
tristate "USB support"
|
2005-03-06 05:34:52 +02:00
|
|
|
default m
|
2005-04-02 18:34:55 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|
|
|
tristate
|
2005-09-11 02:29:13 +03:00
|
|
|
depends on BR2_PACKAGE_KMOD_USB_UHCI || BR2_PACKAGE_KMOD_USB_OHCI || BR2_PACKAGE_KMOD_USB2
|
2005-04-02 18:34:55 +03:00
|
|
|
default n
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_USB_UHCI
|
|
|
|
tristate "Support for UHCI controllers"
|
|
|
|
default m
|
|
|
|
depends BR2_PACKAGE_KMOD_USB
|
|
|
|
select BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_USB_OHCI
|
|
|
|
tristate "Support for OHCI controllers"
|
|
|
|
default m
|
|
|
|
depends BR2_PACKAGE_KMOD_USB
|
|
|
|
select BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_USB2
|
|
|
|
tristate "Support for USB 2.0 controllers"
|
|
|
|
default m
|
2005-09-11 02:29:13 +03:00
|
|
|
depends BR2_PACKAGE_KMOD_USB
|
|
|
|
select BR2_PACKAGE_KMOD_USB_CONTROLLER
|
2005-04-02 18:34:55 +03:00
|
|
|
|
2005-09-05 00:09:40 +03:00
|
|
|
config BR2_PACKAGE_KMOD_USB_SERIAL
|
|
|
|
tristate "kmod-usb-serial - Support for USB-to-serial converters"
|
|
|
|
default m
|
|
|
|
depends BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_USB_SERIAL_BELKIN
|
|
|
|
tristate "kmod-usb-serial-belkin - Support for Belkin USB-to-serial converters"
|
|
|
|
default m
|
|
|
|
depends BR2_PACKAGE_KMOD_USB_SERIAL
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_USB_SERIAL_FTDI
|
|
|
|
tristate "kmod-usb-serial-ftdi - Support for FTDI USB-to-serial converterr"
|
|
|
|
default m
|
|
|
|
depends BR2_PACKAGE_KMOD_USB_SERIAL
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_USB_SERIAL_MCT_U232
|
|
|
|
tristate "kmod-usb-serial-mct-u232 - Support for Magic Control Technology USB-to-Serial converters"
|
|
|
|
default m
|
|
|
|
depends BR2_PACKAGE_KMOD_USB_SERIAL
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_USB_SERIAL_PL2303
|
|
|
|
tristate "kmod-usb-serial-pl2303 - Support for Prolific PL2303 USB-to-Serial converters"
|
|
|
|
default m
|
|
|
|
depends BR2_PACKAGE_KMOD_USB_SERIAL
|
|
|
|
|
2005-04-02 18:34:55 +03:00
|
|
|
config BR2_PACKAGE_KMOD_USB_STORAGE
|
|
|
|
tristate "Support for USB storage devices"
|
|
|
|
default m
|
|
|
|
depends BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_USB_PRINTER
|
|
|
|
tristate "Support for USB printers"
|
|
|
|
default m
|
|
|
|
depends BR2_PACKAGE_KMOD_USB_CONTROLLER
|
2005-03-06 05:34:52 +02:00
|
|
|
|
2005-09-10 16:14:00 +03:00
|
|
|
config BR2_PACKAGE_KMOD_USB_AUDIO
|
|
|
|
tristate "Support for USB soundcards"
|
|
|
|
default m
|
|
|
|
depends BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|
|
|
|
2005-07-07 13:17:44 +03:00
|
|
|
config BR2_PACKAGE_KMOD_USB_ACM
|
|
|
|
tristate "Support for USB modems/isdn controllers"
|
|
|
|
default m
|
|
|
|
depends BR2_PACKAGE_KMOD_USB_CONTROLLER
|
|
|
|
|
2005-05-02 17:55:50 +03:00
|
|
|
config BR2_PACKAGE_KMOD_IDE
|
|
|
|
tristate "IDE support"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Kernel modules for IDE support
|
|
|
|
useful for usb mass storage devices (e.g. on WL-HDD)
|
|
|
|
|
2005-03-17 02:28:36 +02:00
|
|
|
config BR2_PACKAGE_KMOD_VFAT
|
|
|
|
tristate "VFAT filesystem support"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Kernel modules for VFAT filesystem support
|
|
|
|
useful for usb mass storage devices
|
|
|
|
|
2005-04-11 00:24:46 +03:00
|
|
|
config BR2_PACKAGE_KMOD_EXT2
|
|
|
|
tristate "EXT2 filesystem support"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Kernel modules for EXT2 filesystem support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_EXT3
|
|
|
|
tristate "EXT3 filesystem support"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Kernel modules for EXT3 filesystem support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_XFS
|
|
|
|
tristate "XFS filesystem support"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Kernel modules for XFS filesystem support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_HFSPLUS
|
|
|
|
tristate "HFS+ filesystem support"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Kernel modules for HFS+ filesystem support
|
|
|
|
|
2005-05-27 08:53:59 +03:00
|
|
|
config BR2_PACKAGE_KMOD_LOOP
|
|
|
|
tristate "loop mount support"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Kernel module for loop mount support
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_NBD
|
|
|
|
tristate "network block device"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Kernel module for network block device
|
|
|
|
|
2005-03-17 02:28:36 +02:00
|
|
|
config BR2_PACKAGE_KMOD_LP
|
|
|
|
tristate "parallel port and lp support"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Kernel modules for line printer and parallel port support
|
|
|
|
|
2005-03-06 05:34:52 +02:00
|
|
|
config BR2_PACKAGE_KMOD_CRYPTO
|
|
|
|
tristate "CryptoAPI modules"
|
|
|
|
default m
|
2005-03-07 09:57:18 +02:00
|
|
|
select BUSYBOX_CONFIG_FEATURE_CHECK_TAINTED_MODULE
|
2005-03-06 05:34:52 +02:00
|
|
|
help
|
|
|
|
Kernel modules for cryptographic algorithms
|
|
|
|
|
2005-03-14 19:22:37 +02:00
|
|
|
config BR2_PACKAGE_KMOD_PPP
|
|
|
|
tristate "PPP support"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Kernel support for PPP
|
|
|
|
|
2005-03-06 05:34:52 +02:00
|
|
|
config BR2_PACKAGE_KMOD_MPPE
|
|
|
|
tristate "PPP MPPE/MPPC module"
|
|
|
|
default m
|
|
|
|
select BR2_PACKAGE_KMOD_CRYPTO
|
2005-03-14 19:22:37 +02:00
|
|
|
depends BR2_PACKAGE_KMOD_PPP
|
2005-03-06 05:34:52 +02:00
|
|
|
help
|
|
|
|
Support for Microsoft PPP Encryption/Compression
|
|
|
|
|
2005-03-23 03:25:30 +02:00
|
|
|
config BR2_PACKAGE_KMOD_PPPOE
|
|
|
|
tristate "PPPoE modules"
|
|
|
|
default m
|
|
|
|
depends BR2_PACKAGE_KMOD_PPP
|
|
|
|
help
|
|
|
|
Support for PPP over Ethernet
|
|
|
|
|
2005-07-10 03:20:22 +03:00
|
|
|
config BR2_PACKAGE_KMOD_PPPOATM
|
|
|
|
tristate "PPP over ATM"
|
|
|
|
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_ATM
|
|
|
|
tristate "ATM support"
|
|
|
|
default m
|
|
|
|
default y if BR2_LINUX_2_4_AR7
|
|
|
|
help
|
|
|
|
ATM support
|
|
|
|
|
2005-03-06 05:34:52 +02:00
|
|
|
config BR2_PACKAGE_KMOD_TUN
|
|
|
|
tristate "Universal TUN/TAP driver"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Kernel support for the TUN/TAP tunneling device
|
2005-03-06 05:53:29 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_GRE
|
|
|
|
tristate "GRE tunneling driver"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Kernel support for GRE tunnels
|
|
|
|
|
2005-03-06 05:34:52 +02:00
|
|
|
config BR2_PACKAGE_KMOD_SCHED
|
|
|
|
tristate "Traffic schedulers"
|
|
|
|
default m
|
|
|
|
help
|
|
|
|
Kernel schedulers for IP traffic
|
2005-01-16 13:43:02 +02:00
|
|
|
|
2005-08-14 06:01:53 +03:00
|
|
|
config BR2_PACKAGE_KMOD_VIDEODEV
|
|
|
|
tristate "Video (For Linux) kernel support"
|
|
|
|
default m
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_PWC
|
|
|
|
tristate "Kernel driver for USB Philips Cameras"
|
|
|
|
default m
|
2005-07-25 18:40:23 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_NATSEMI
|
|
|
|
tristate "Soekris net4801 ethernet driver"
|
|
|
|
default y
|
|
|
|
depends BR2_LINUX_2_4_SOEKRIS
|
|
|
|
help
|
|
|
|
Driver for the National Semiconductor DP8381x series PCI Ethernet
|
|
|
|
found on Soekris net4801 boards
|
|
|
|
|
|
|
|
config BR2_PACKAGE_KMOD_WD1100
|
|
|
|
tristate "Soekris net4801 watchdog"
|
|
|
|
default y
|
|
|
|
depends BR2_LINUX_2_4_SOEKRIS
|
|
|
|
help
|
|
|
|
Driver for the NatSemi SC1x00 series Watchdog
|
|
|
|
found on Soekris net4801 boards
|
|
|
|
|
2005-05-28 12:17:29 +03:00
|
|
|
source "target/linux/package/Config.in"
|