diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-09 20:36:05 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-09 20:36:05 +0000 |
commit | 89695426e75da1a95cc1284c9e5ee8e02bce4b77 (patch) | |
tree | 6af3a7ac1a7c6812f8d4ea81da94ce90aa18d8a3 /package/alsa/patches/110-cp_command.patch | |
parent | 53f304adaef212e03bd8bdbaf604c80666a468db (diff) |
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/110-cp_command.patch')
-rw-r--r-- | package/alsa/patches/110-cp_command.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/alsa/patches/110-cp_command.patch b/package/alsa/patches/110-cp_command.patch deleted file mode 100644 index f9719b574..000000000 --- a/package/alsa/patches/110-cp_command.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: alsa-driver-1.0.14rc1/Makefile -=================================================================== ---- alsa-driver-1.0.14rc1.orig/Makefile 2007-06-04 13:22:44.865034760 +0200 -+++ alsa-driver-1.0.14rc1/Makefile 2007-06-04 13:22:45.149991440 +0200 -@@ -115,7 +115,7 @@ - if [ ! -d include/sound -a ! -L include/sound ]; then \ - ln -sf ../alsa-kernel/include include/sound ; \ - fi -- cp -puvf include/version.h include/sound/version.h -+ $(CP) include/version.h include/sound/version.h - - utils/mod-deps: utils/mod-deps.c - gcc utils/mod-deps.c -o utils/mod-deps |