summaryrefslogtreecommitdiff
path: root/v4l/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/scripts')
-rw-r--r--v4l/scripts/merge-pvrusb2.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/v4l/scripts/merge-pvrusb2.sh b/v4l/scripts/merge-pvrusb2.sh
index 2852feefd..a428a9d8f 100644
--- a/v4l/scripts/merge-pvrusb2.sh
+++ b/v4l/scripts/merge-pvrusb2.sh
@@ -27,6 +27,15 @@ patch -p1 <<'DIFF'
--- v4l.orig/Makefile
+++ v4l/Makefile
+@@ -318,7 +318,7 @@
+ $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) $(MYCFLAGS) modules
+
+ pvrusb2::
+- @scripts/merge-pvrusb2.sh
++# @scripts/merge-pvrusb2.sh
+
+ links::
+ @echo creating symbolic links...
@@ -464,6 +464,7 @@
@find . -name '*.c' -type l -exec rm '{}' \;
@find . -name '*.h' -type l -exec rm '{}' \;