diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-12 22:48:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-12 22:48:51 +0000 |
commit | c5a06ccb7dbbfac5124e43243f4d1cc0b5827db7 (patch) | |
tree | ed0ace61f48c4a4236252dc296fb0563c0a62fe1 /openwrt | |
parent | e934367bfdbbe7c6376c5c3c45e039b2136f0bdc (diff) | |
download | mtk-20170518-c5a06ccb7dbbfac5124e43243f4d1cc0b5827db7.zip mtk-20170518-c5a06ccb7dbbfac5124e43243f4d1cc0b5827db7.tar.gz mtk-20170518-c5a06ccb7dbbfac5124e43243f4d1cc0b5827db7.tar.bz2 |
move default option so that b44 defaults to y on brcm-2.6
SVN-Revision: 2463
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/Config.in b/openwrt/target/linux/Config.in index 3d9abdf..9d40213 100644 --- a/openwrt/target/linux/Config.in +++ b/openwrt/target/linux/Config.in @@ -535,8 +535,8 @@ config BR2_PACKAGE_KMOD_NET_E100 config BR2_PACKAGE_KMOD_NET_B44 prompt "kmod-net-b44...................... Broadcom 44XX, 47XX ethernet driver" tristate - default m default y if BR2_LINUX_2_6_BRCM + default m help Free driver for Broadcom Ethernet chipsets (without switch support) |