X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/3f1ebf78db999824c83c55a96ad36027e3f03b19..b5d59a3b1c9d4a19ed29b769c4bb6d2317d2c31f:/target/linux/Config.in?ds=sidebyside diff --git a/target/linux/Config.in b/target/linux/Config.in index a18a2fc9d..69f96c48d 100644 --- a/target/linux/Config.in +++ b/target/linux/Config.in @@ -1,6 +1,6 @@ config BR2_LINUX_2_4 - bool "Linux 2.4" + bool "Linux 2.4 (choose only one target board)" default y config BR2_LINUX_2_4_BRCM @@ -54,6 +54,7 @@ config BR2_LINUX_2_6_BRCM depends BR2_LINUX_2_6 select BR2_PACKAGE_KMOD_B44 select BR2_PACKAGE_KMOD_MADWIFI + select BR2_PACKAGE_ROBOCFG help Build firmware images for Broadcom based routers (e.g. Netgear WGT634u) @@ -85,12 +86,6 @@ config BR2_PACKAGE_KMOD_CPMAC help Driver for the AR7 CPMAC network chip -config BR2_PACKAGE_KMOD_DIAG - tristate "Router LED/Button Driver" - default y - help - Driver for the LEDs on Wireless Routers (diag) - config BR2_PACKAGE_KMOD_BRCM_WL tristate "Broadcom Wireless Network Driver" depends BR2_LINUX_2_4_BRCM @@ -135,6 +130,14 @@ config BR2_PACKAGE_KMOD_IPTABLES_V4 help Kernel modules for IPv4 firewalling +config BR2_PACKAGE_KMOD_AX25 + tristate "AX25 support" + default m + help + Kernel modules for AX25 protocol family + - ax25.o: AX25 layer 2 support + - mkiss.o: AX25 KISS driver + config BR2_PACKAGE_KMOD_IPTABLES_V4_EXTRA tristate "Extra modules for iptables" default m @@ -167,6 +170,13 @@ config BR2_PACKAGE_KMOD_CIFS help Kernel modules for CIFS support +config BR2_PACKAGE_KMOD_SOUNDCORE + tristate "Soundcard support" + default n + help + Base support for soundcards + Requires either USB soundcard support (OSS) or ALSA package to be useful + config BR2_PACKAGE_KMOD_USB tristate "USB support" default m @@ -233,6 +243,7 @@ config BR2_PACKAGE_KMOD_USB_AUDIO tristate "Support for USB soundcards" default m depends BR2_PACKAGE_KMOD_USB_CONTROLLER + select BR2_PACKAGE_KMOD_SOUNDCORE config BR2_PACKAGE_KMOD_USB_ACM tristate "Support for USB modems/isdn controllers" @@ -249,6 +260,8 @@ config BR2_PACKAGE_KMOD_IDE config BR2_PACKAGE_KMOD_VFAT tristate "VFAT filesystem support" default m + depends on BR2_PACKAGE_KMOD_NLS_BASE + depends on BR2_PACKAGE_KMOD_NLS_CP437 || BR2_PACKAGE_KMOD_NLS_CP850 help Kernel modules for VFAT filesystem support useful for usb mass storage devices @@ -357,6 +370,36 @@ config BR2_PACKAGE_KMOD_SCHED help Kernel schedulers for IP traffic +config BR2_PACKAGE_KMOD_NLS_BASE + tristate "basic native language support for filesystems" + default m + help + Kernel native language support + +config BR2_PACKAGE_KMOD_NLS_CP437 + tristate "code page 437" + default m + help + Kernel native language support + +config BR2_PACKAGE_KMOD_NLS_CP850 + tristate "code page 850" + default m + help + Kernel native language support + +config BR2_PACKAGE_KMOD_NLS_UTF8 + tristate "utf8" + default m + help + Kernel native language support + +config BR2_PACKAGE_KMOD_NLS_IS08859_1 + tristate "iso8859-1" + default m + help + Kernel native language support + config BR2_PACKAGE_KMOD_VIDEODEV tristate "Video (For Linux) kernel support" default m