projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[lantiq] Initial DSL framework
[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
b687c21
..
e7840c6
100644
(file)
--- 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;
This page took
0.019778 seconds
and
4
git commands to generate.