summaryrefslogtreecommitdiffstats
path: root/package/acx
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-05-04 07:33:43 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-05-04 07:33:43 +0000
commit803225ef2c3cb581167ea8a56cb166b213e9a2c0 (patch)
tree1db438c5d54d6da692f734da821aaefed79f7958 /package/acx
parentd7048c23004a21db7b16fcd1f03f2f746d0e2c77 (diff)
downloadmaster-31e0f0ae-803225ef2c3cb581167ea8a56cb166b213e9a2c0.tar.gz
master-31e0f0ae-803225ef2c3cb581167ea8a56cb166b213e9a2c0.tar.bz2
master-31e0f0ae-803225ef2c3cb581167ea8a56cb166b213e9a2c0.zip
fix acx compile error with VLYNQ support (#7281)
SVN-Revision: 21347
Diffstat (limited to 'package/acx')
-rw-r--r--package/acx/patches/006-netdev_ops.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acx/patches/006-netdev_ops.patch b/package/acx/patches/006-netdev_ops.patch
index b687c211c7..e7840c6eb6 100644
--- a/package/acx/patches/006-netdev_ops.patch
+++ b/package/acx/patches/006-netdev_ops.patch
@@ -50,7 +50,7 @@ Index: acx-20080210/pci.c
goto fail_alloc_netdev;
}
ether_setup(ndev);
-+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30)
ndev->open = &acxpci_e_open;
ndev->stop = &acxpci_e_close;
ndev->hard_start_xmit = &acx_i_start_xmit;