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 | 91a01e41067edb1d08727e7170b2fe76c4859f9c (patch) | |
tree | 6e5df70693528290fa1e26ae1a88c32538dec39c /package/alsa/patches/110-cp_command.patch | |
parent | d7c8f38007061b0c984785ee3a45ab0ca0da9915 (diff) | |
download | mtk-20170518-91a01e41067edb1d08727e7170b2fe76c4859f9c.zip mtk-20170518-91a01e41067edb1d08727e7170b2fe76c4859f9c.tar.gz mtk-20170518-91a01e41067edb1d08727e7170b2fe76c4859f9c.tar.bz2 |
move some webcam/sound related stuff from trunk to packages
SVN-Revision: 12260
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 f9719b5..0000000 --- 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 |