summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-29 13:26:40 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-29 13:26:40 +0000
commit3005042d932a79abbbc8ac6a76a2c899675b80dd (patch)
tree53b06757d9395d135e933ce6659cfa588c4d73b2 /openwrt/target/linux/package
parent1bf1a98e7616526cde3198f63e1e1bace774e274 (diff)
fix compile problem brcm-2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3548 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package')
-rw-r--r--openwrt/target/linux/package/ueagle-atm/patches/100-compile_fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/ueagle-atm/patches/100-compile_fix.patch b/openwrt/target/linux/package/ueagle-atm/patches/100-compile_fix.patch
new file mode 100644
index 000000000..b8e70a2ff
--- /dev/null
+++ b/openwrt/target/linux/package/ueagle-atm/patches/100-compile_fix.patch
@@ -0,0 +1,11 @@
+diff -Nur ueagle-atm-1.0d1/driver/ueagle.c ueagle-atm-1.0d1.patched/driver/ueagle.c
+--- ueagle-atm-1.0d1/driver/ueagle.c 2005-11-19 18:36:04.000000000 +0100
++++ ueagle-atm-1.0d1.patched/driver/ueagle.c 2006-03-29 02:03:43.000000000 +0200
+@@ -1652,7 +1652,6 @@
+ * USB driver descriptor
+ */
+ static struct usb_driver uea_driver = {
+- .owner = THIS_MODULE,
+ .name = "ueagle-atm",
+ .id_table = uea_ids,
+ .probe = uea_probe,