diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-02 14:51:00 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-02 14:51:00 +0000 |
commit | ddb57e0d8e08a1430e79962af1a255f67c59d652 (patch) | |
tree | 5105210b62bf0a38658a6a4855524804c3dbeb22 /package/pwc/patches | |
parent | 1daccd1cf7dfe39a548a6d432973b69602bba4f8 (diff) |
Use the in-kernel pwc driver, no need to maintain it externally
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7450 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pwc/patches')
-rw-r--r-- | package/pwc/patches/100-compile_fix.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/package/pwc/patches/100-compile_fix.patch b/package/pwc/patches/100-compile_fix.patch deleted file mode 100644 index fc12c75ad..000000000 --- a/package/pwc/patches/100-compile_fix.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ur pwc.old/pwc.h pwc.dev/pwc.h ---- pwc.old/pwc.h 2006-04-13 23:38:43.000000000 +0200 -+++ pwc.dev/pwc.h 2007-01-22 02:04:03.872800960 +0100 -@@ -25,7 +25,7 @@ - #ifndef PWC_H - #define PWC_H - --#include <linux/config.h> -+#include <linux/autoconf.h> - #include <linux/module.h> - #include <linux/usb.h> - #include <linux/spinlock.h> -diff -ur pwc.old/pwc-uncompress.h pwc.dev/pwc-uncompress.h ---- pwc.old/pwc-uncompress.h 2006-01-07 12:57:47.000000000 +0100 -+++ pwc.dev/pwc-uncompress.h 2007-01-22 02:04:18.129633592 +0100 -@@ -30,7 +30,7 @@ - #ifndef PWC_UNCOMPRESS_H - #define PWC_UNCOMPRESS_H - --#include <linux/config.h> -+#include <linux/autoconf.h> - - #include "pwc-ioctl.h" - |