summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatteo Croce <rootkit85@yahoo.it>2008-04-06 19:38:08 +0000
committerMatteo Croce <rootkit85@yahoo.it>2008-04-06 19:38:08 +0000
commitcc823e6c53a866f1ef9c627e603bff4c65014290 (patch)
tree455aa2e4d2db6c60b44483a73317d16ae8879f69
parent320c915b1340479031ddb417899bfebc7a8ac7e3 (diff)
downloadmaster-31e0f0ae-cc823e6c53a866f1ef9c627e603bff4c65014290.tar.gz
master-31e0f0ae-cc823e6c53a866f1ef9c627e603bff4c65014290.tar.bz2
master-31e0f0ae-cc823e6c53a866f1ef9c627e603bff4c65014290.zip
fixed wrong path in diff
SVN-Revision: 10748
-rw-r--r--target/linux/ar7/patches-2.6.24/140-cpmac_fix.patch4
1 files changed, 2 insertions, 2 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 b0590d7540..020197a1b7 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,5 +1,5 @@
---- /usr/src/linux-2.6.24/drivers/net/cpmac.c 2008-01-25 02:20:37.000000000 +0100
-+++ cpmac.c 2008-04-06 21:30:03.000000000 +0200
+--- 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-04-06 21:30:03.000000000 +0200
@@ -38,6 +38,7 @@
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>