mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 20:16:16 +02:00
[package] fix acx compile error with VLYNQ support (#7281)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21347 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d5b4cc1b5c
commit
cc00697fb0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user