diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-01-04 20:34:34 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-04 20:34:34 +0000 |
| commit | 2a14abe020e83afb83a11928414cf74da748aafd (patch) | |
| tree | a39b8ff78fdc7d3518fdd5f621442524be9a2e24 | |
| parent | d69f20ae7035f0df453e37efd07af8f571128c4f (diff) | |
| download | upstream-2a14abe020e83afb83a11928414cf74da748aafd.tar.gz upstream-2a14abe020e83afb83a11928414cf74da748aafd.tar.bz2 upstream-2a14abe020e83afb83a11928414cf74da748aafd.zip | |
statically compile b44 into the kernel on brcm-2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2824 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/target/linux/Config.in | 5 | ||||
| -rw-r--r-- | openwrt/target/linux/linux-2.6/config/brcm | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index cd2c5017ac3..aa1b8913ec7 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -70,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) @@ -561,7 +561,8 @@ 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) diff --git a/openwrt/target/linux/linux-2.6/config/brcm b/openwrt/target/linux/linux-2.6/config/brcm index e7ec865e58c..16413fc4191 100644 --- a/openwrt/target/linux/linux-2.6/config/brcm +++ b/openwrt/target/linux/linux-2.6/config/brcm @@ -841,7 +841,7 @@ CONFIG_NET_PCI=y # CONFIG_PCNET32 is not set # CONFIG_AMD8111_ETH is not set # CONFIG_ADAPTEC_STARFIRE is not set -CONFIG_B44=m +CONFIG_B44=y # CONFIG_FORCEDETH is not set # CONFIG_DGRS is not set # CONFIG_EEPRO100 is not set |
