X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/5ae9fadf3548472e929f802848232c28245dd6c5..f28309b70f05e0b86b99894368db72ec29bd5541:/target/linux/Config.in diff --git a/target/linux/Config.in b/target/linux/Config.in index 9442c9fc9..9ccb11bad 100644 --- a/target/linux/Config.in +++ b/target/linux/Config.in @@ -48,6 +48,14 @@ config BR2_LINUX_2_6_X86 Build firmware images for x86 based boards (e.g. Soekris net4521 and net4801, PC Engines WRAP...) +config BR2_LINUX_2_4_AR531X + bool "Support for Atheros ar531x based APs" + default n + depends BR2_mips + help + Build firmware images for Atheros ar531x based boards + (e.g. Netgear WGT624, Linksys WRT55AG) + endchoice @@ -62,7 +70,7 @@ comment "Device specific modules" config BR2_PACKAGE_KMOD_BRCM_ET prompt "kmod-brcm-et...................... Broadcom Ethernet Driver" tristate - depends BR2_LINUX_2_4_BRCM || BR2_LINUX_2_6_BRCM + depends BR2_LINUX_2_4_BRCM default m help Proprietary driver for Broadcom Ethernet chipsets (obsolete) @@ -169,6 +177,13 @@ config BR2_PACKAGE_KMOD_PPPOE help Support for PPP over Ethernet +config BR2_PACKAGE_KMOD_RING + prompt "kmod-ring......................... PF Ring" + tristate + default m + help + PF Ring + config BR2_PACKAGE_KMOD_SCHED prompt "kmod-sched........................ Traffic schedulers" tristate @@ -546,10 +561,11 @@ config BR2_PACKAGE_KMOD_NET_E100 config BR2_PACKAGE_KMOD_NET_B44 prompt "kmod-net-b44...................... Broadcom 44XX, 47XX ethernet driver" tristate - default y if BR2_LINUX_2_6_BRCM || BR2_LINUX_2_4_BRCM + depends !BR2_LINUX_2_6_BRCM + default y if BR2_LINUX_2_4_BRCM default m help - Free driver for Broadcom Ethernet chipsets (without switch support) + Free driver for Broadcom Ethernet chipsets config BR2_PACKAGE_KMOD_NET_HERMES prompt "kmod-net-hermes................... Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) kernel support" @@ -765,6 +781,13 @@ config BR2_PACKAGE_KMOD_LP help Kernel modules for line printer and parallel port support +config BR2_PACKAGE_KMOD_SOFTDOG + prompt "kmod-softdog..................... software watchdog" + tristate + default m + help + Kernel modules for software watchdog driver + config BR2_PACKAGE_KMOD_WD1100 prompt "kmod-wd1100....................... Soekris net4801 watchdog" tristate