projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
806f484
)
fix Config.in for b44 kernel config change on brcm-2.4
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Jan 2006 14:16:35 +0000
(14:16 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Jan 2006 14:16:35 +0000
(14:16 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2872
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/Config.in
patch
|
blob
|
history
diff --git
a/target/linux/Config.in
b/target/linux/Config.in
index
893c8f5
..
4b62123
100644
(file)
--- a/
target/linux/Config.in
+++ b/
target/linux/Config.in
@@
-568,8
+568,7
@@
config BR2_PACKAGE_KMOD_NET_E100
config BR2_PACKAGE_KMOD_NET_B44
prompt "kmod-net-b44...................... Broadcom 44XX, 47XX ethernet driver"
tristate
- depends !BR2_LINUX_2_6_BRCM
- default y if BR2_LINUX_2_4_BRCM
+ depends !BR2_LINUX_2_6_BRCM && !BR2_LINUX_2_4_BRCM
default m
help
Free driver for Broadcom Ethernet chipsets
This page took
0.020745 seconds
and
4
git commands to generate.