summaryrefslogtreecommitdiff
path: root/v4l/scripts
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-11-25 23:15:51 +0000
committerMichael Krufky <devnull@localhost>2005-11-25 23:15:51 +0000
commit4ad346faadecced82fa3d05e415d4e9b64de8f6b (patch)
treed6d15974bc9a53c8b920256ffcb7507d6f85e9be /v4l/scripts
parent11c8db8813849079d1db9b4c08c86ea81707ccf8 (diff)
downloadmediapointer-dvb-s2-4ad346faadecced82fa3d05e415d4e9b64de8f6b.tar.gz
mediapointer-dvb-s2-4ad346faadecced82fa3d05e415d4e9b64de8f6b.tar.bz2
fix fuzz & offsets
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'v4l/scripts')
-rw-r--r--v4l/scripts/merge-trees.sh6
-rw-r--r--v4l/scripts/unmerge-trees.sh6
2 files changed, 6 insertions, 6 deletions
diff --git a/v4l/scripts/merge-trees.sh b/v4l/scripts/merge-trees.sh
index 0fc294416..e5c699a8c 100644
--- a/v4l/scripts/merge-trees.sh
+++ b/v4l/scripts/merge-trees.sh
@@ -93,8 +93,8 @@ diff -up v4l-kernel.orig/v4l/Makefile v4l-kernel/v4l/Makefile
@echo -e "\nInstalling new V4L modules at corresponding Kernel dir..."
@strip --strip-debug $(inst-m)
-@@ -375,7 +376,7 @@ dvb-rminstall::
- $(addprefix $(KDIR26)/dvb/dvb-core/, $(addsuffix .gz,$(inst_dvb-core))) 2>/dev/null
+@@ -389,7 +390,7 @@ dvb-rminstall::
+ $(addprefix $(KDIR26)/dvb/ttusb-dec/, $(addsuffix .gz,$(inst_ttusb-dec))) 2>/dev/null
@echo
-rminstall::
@@ -102,7 +102,7 @@ diff -up v4l-kernel.orig/v4l/Makefile v4l-kernel/v4l/Makefile
@echo -e "\nEliminating old V4L modules (errors on this step is not a problem).."
-@rm -r $(DEST) \
-@@ -396,7 +397,7 @@ rminstall::
+@@ -410,7 +411,7 @@ rminstall::
rmmodules::
rmmod -w $(shell echo "$(v4l_modules)"|sed s,' ','\n',g|sed s,'-','_',g|sort|uniq -d)
diff --git a/v4l/scripts/unmerge-trees.sh b/v4l/scripts/unmerge-trees.sh
index aa4fd1974..e01390a10 100644
--- a/v4l/scripts/unmerge-trees.sh
+++ b/v4l/scripts/unmerge-trees.sh
@@ -74,8 +74,8 @@ diff -up v4l-kernel/v4l/Makefile v4l-kernel.orig/v4l/Makefile
@echo -e "\nInstalling new V4L modules at corresponding Kernel dir..."
@strip --strip-debug $(inst-m)
-@@ -376,7 +375,7 @@ dvb-rminstall::
- $(addprefix $(KDIR26)/dvb/dvb-core/, $(addsuffix .gz,$(inst_dvb-core))) 2>/dev/null
+@@ -390,7 +389,7 @@ dvb-rminstall::
+ $(addprefix $(KDIR26)/dvb/ttusb-dec/, $(addsuffix .gz,$(inst_ttusb-dec))) 2>/dev/null
@echo
-rminstall:: dvb-rminstall
@@ -83,7 +83,7 @@ diff -up v4l-kernel/v4l/Makefile v4l-kernel.orig/v4l/Makefile
@echo -e "\nEliminating old V4L modules (errors on this step is not a problem).."
-@rm -r $(DEST) \
-@@ -397,7 +398,7 @@ rminstall:: dvb-rminstall
+@@ -411,7 +412,7 @@ rminstall:: dvb-rminstall
rmmodules::
rmmod -w $(shell echo "$(v4l_modules)"|sed s,' ','\n',g|sed s,'-','_',g|sort|uniq -d)