diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 14:27:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 14:27:02 +0000 |
commit | 20d46d277972db496456db53dbfea0f135eef553 (patch) | |
tree | 7b631753bee8bc3154c2c4bb16a365f0df2ad307 /package/acx/patches/006-netdev_ops.patch | |
parent | f2eaf262e572507edf58f4f59c0b94733bfacb3b (diff) | |
download | upstream-20d46d277972db496456db53dbfea0f135eef553.tar.gz upstream-20d46d277972db496456db53dbfea0f135eef553.tar.bz2 upstream-20d46d277972db496456db53dbfea0f135eef553.zip |
package/acx: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20448 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx/patches/006-netdev_ops.patch')
-rw-r--r-- | package/acx/patches/006-netdev_ops.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/package/acx/patches/006-netdev_ops.patch b/package/acx/patches/006-netdev_ops.patch index f974f17b0f..210e929352 100644 --- 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 }, }; @@ -21,7 +19,7 @@ Index: acx-20080210/pci.c 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); |