diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2008-02-08 17:17:45 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2008-02-08 17:17:45 +0000 |
commit | b2b102fdcc466ef693e62a52b4dbc48181ad0fe8 (patch) | |
tree | fc3b3327cc685b89159782adc007005d6d66c221 /target/linux/ar7/patches-2.6.24 | |
parent | d5c5246c32b5075b40c19552a5d6b095c5191499 (diff) | |
download | upstream-b2b102fdcc466ef693e62a52b4dbc48181ad0fe8.tar.gz upstream-b2b102fdcc466ef693e62a52b4dbc48181ad0fe8.tar.bz2 upstream-b2b102fdcc466ef693e62a52b4dbc48181ad0fe8.zip |
Update kernel to 2.6.24
SVN-Revision: 10421
Diffstat (limited to 'target/linux/ar7/patches-2.6.24')
-rw-r--r-- | target/linux/ar7/patches-2.6.24/140-cpmac_fix.patch | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/target/linux/ar7/patches-2.6.24/140-cpmac_fix.patch b/target/linux/ar7/patches-2.6.24/140-cpmac_fix.patch index 4957d85a6d..7c51517b1e 100644 --- a/target/linux/ar7/patches-2.6.24/140-cpmac_fix.patch +++ b/target/linux/ar7/patches-2.6.24/140-cpmac_fix.patch @@ -1,19 +1,16 @@ ---- linux-2.6.24/drivers/net/Kconfig 2008-02-07 02:29:04.000000000 +0100 -+++ linux-2.6.24/drivers/net/Kconfig 2008-02-07 02:29:35.000000000 +0100 -@@ -1830,10 +1830,8 @@ - - config CPMAC +--- linux-2.6.24/drivers/net/Kconfig 2008-01-25 02:20:37.000000000 +0100 ++++ linux-2.6.24/drivers/net/Kconfig 2008-02-08 18:12:02.000000000 +0100 +@@ -1709,8 +1709,6 @@ tristate "TI AR7 CPMAC Ethernet support (EXPERIMENTAL)" -- depends on NET_ETHERNET && EXPERIMENTAL && AR7 -+ depends on NET_ETHERNET && EXPERIMENTAL && AR7 && BROKEN + depends on NET_ETHERNET && EXPERIMENTAL && AR7 select PHYLIB - select FIXED_PHY - select FIXED_MII_100_FDX help TI AR7 CPMAC Ethernet support ---- linux-2.6.24/drivers/net/cpmac.c 2008-01-24 23:58:37.000000000 +0100 -+++ linux-2.6.24/drivers/net/cpmac.c 2008-02-07 02:32:57.000000000 +0100 +--- linux-2.6.24/drivers/net/cpmac.c 2008-01-25 02:20:37.000000000 +0100 ++++ linux-2.6.24/drivers/net/cpmac.c 2008-02-08 18:05:35.000000000 +0100 @@ -661,9 +661,6 @@ int queue; u32 status; |