diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-04 07:33:43 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-04 07:33:43 +0000 |
commit | cc00697fb01e9c77a898272054804af7a2a0aa39 (patch) | |
tree | b48ab98d153aafc2e9ddfeeab611652f42ba7d31 /package/acx/patches/006-netdev_ops.patch | |
parent | d5b4cc1b5c3a73d7e2843492bc72967d318cc041 (diff) |
[package] fix acx compile error with VLYNQ support (#7281)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21347 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 | 2 |
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; |