diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-08-09 20:36:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-08-09 20:36:05 +0000 |
commit | 9b65a8cf60505205ea12b3d6e1dc70be9738fb7f (patch) | |
tree | 6af3a7ac1a7c6812f8d4ea81da94ce90aa18d8a3 /package/alsa/patches/100-compile_fix.patch | |
parent | 7728ef4e29e4c2ecfa4d79858b85ec8959872e9f (diff) | |
download | upstream-9b65a8cf60505205ea12b3d6e1dc70be9738fb7f.tar.gz upstream-9b65a8cf60505205ea12b3d6e1dc70be9738fb7f.tar.bz2 upstream-9b65a8cf60505205ea12b3d6e1dc70be9738fb7f.zip |
move some webcam/sound related stuff from trunk to packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12260 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/alsa/patches/100-compile_fix.patch')
-rw-r--r-- | package/alsa/patches/100-compile_fix.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/alsa/patches/100-compile_fix.patch b/package/alsa/patches/100-compile_fix.patch deleted file mode 100644 index edc15fea89..0000000000 --- a/package/alsa/patches/100-compile_fix.patch +++ /dev/null @@ -1,19 +0,0 @@ -Index: alsa-driver-1.0.14rc1/include/adriver.h -=================================================================== ---- alsa-driver-1.0.14rc1.orig/include/adriver.h 2007-06-04 13:22:44.887031416 +0200 -+++ alsa-driver-1.0.14rc1/include/adriver.h 2007-06-04 13:22:44.956020928 +0200 -@@ -514,7 +514,7 @@ - #endif /* < 2.6.0 */ - - /* workarounds for USB API */ --#if defined(SND_NEED_USB_WRAPPER) && (defined(CONFIG_USB) || defined(CONFIG_USB_MODULE)) -+#if 1 - - #include <linux/usb.h> - -@@ -1360,4 +1360,5 @@ - #endif - #endif - -+#undef info /* used in several structs */ - #endif /* __SOUND_LOCAL_DRIVER_H */ |