projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add missing dependency on linux-atm
[openwrt.git]
/
target
/
linux
/
ar7
/
patches-2.6.22
/
200-ethernet_driver.patch
diff --git
a/target/linux/ar7/patches-2.6.22/200-ethernet_driver.patch
b/target/linux/ar7/patches-2.6.22/200-ethernet_driver.patch
index
ca603ad
..
5a07d35
100644
(file)
--- a/
target/linux/ar7/patches-2.6.22/200-ethernet_driver.patch
+++ b/
target/linux/ar7/patches-2.6.22/200-ethernet_driver.patch
@@
-7,7
+7,7
@@
diff -Nru linux-2.6.19.2/drivers/net/Kconfig linux-ar7/drivers/net/Kconfig
+config CPMAC
+ tristate "TI AR7 CPMAC Ethernet support (EXPERIMENTAL)"
-+ depends on
NET_ETHERNET &&
EXPERIMENTAL && AR7
++ depends on EXPERIMENTAL && AR7
+ select PHYLIB
+ select FIXED_PHY
+ select FIXED_MII_100_FDX
This page took
0.021905 seconds
and
4
git commands to generate.