projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] uhttpd:
[openwrt.git]
/
package
/
acx
/
patches
/
006-netdev_ops.patch
diff --git
a/package/acx/patches/006-netdev_ops.patch
b/package/acx/patches/006-netdev_ops.patch
index
f974f17
..
210e929
100644
(file)
--- a/
package/acx/patches/006-netdev_ops.patch
+++ b/
package/acx/patches/006-netdev_ops.patch
@@
-1,8
+1,6
@@
-Index: acx-20080210/pci.c
-===================================================================
---- acx-20080210.orig/pci.c 2010-03-06 13:43:06.000000000 +0100
-+++ acx-20080210/pci.c 2010-03-06 13:46:38.000000000 +0100
-@@ -4135,6 +4135,18 @@
+--- a/pci.c
++++ b/pci.c
+@@ -4135,6 +4135,18 @@ static struct vlynq_device_id acx_vlynq_
{ 0, 0, 0 },
};
{ 0, 0, 0 },
};
@@
-21,7
+19,7
@@
Index: acx-20080210/pci.c
static __devinit int vlynq_probe(struct vlynq_device *vdev,
struct vlynq_device_id *id)
{
static __devinit int vlynq_probe(struct vlynq_device *vdev,
struct vlynq_device_id *id)
{
-@@ -4191,17 +4203,24 @@
+@@ -4191,17 +4203,24 @@
static __devinit int vlynq_probe(struct
goto fail_alloc_netdev;
}
ether_setup(ndev);
goto fail_alloc_netdev;
}
ether_setup(ndev);
This page took
0.024778 seconds
and
4
git commands to generate.