diff options
author | Michael Krufky <devnull@localhost> | 2005-07-27 19:43:41 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-07-27 19:43:41 +0000 |
commit | 85983fd9384c476c2a6927089b9baa5f975eb953 (patch) | |
tree | 181aa92a591f6edaf034b012e4c0ed0a0fcc19f8 /v4l/scripts/merge-trees.sh | |
parent | f5880faa695fe996ff193cf5622470fe90bf6a9e (diff) | |
download | mediapointer-dvb-s2-85983fd9384c476c2a6927089b9baa5f975eb953.tar.gz mediapointer-dvb-s2-85983fd9384c476c2a6927089b9baa5f975eb953.tar.bz2 |
Fix offsets in merge/unmerge tree scripts
Diffstat (limited to 'v4l/scripts/merge-trees.sh')
-rw-r--r-- | v4l/scripts/merge-trees.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v4l/scripts/merge-trees.sh b/v4l/scripts/merge-trees.sh index 9a16be40b..b538c26b1 100644 --- a/v4l/scripts/merge-trees.sh +++ b/v4l/scripts/merge-trees.sh @@ -28,7 +28,7 @@ patch -p1 <<'DIFF' # 2.6-only stuff ifeq ($(VERSION).$(PATCHLEVEL),2.6) -@@ -123,6 +123,7 @@ ifeq ($(inst-m),) +@@ -131,6 +131,7 @@ ifeq ($(inst-m),) endif inst_common := ir-common.ko @@ -36,7 +36,7 @@ patch -p1 <<'DIFF' inst_video := btcx-risc.ko bttv.ko tda9887.ko tuner.ko tvaudio.ko tveeprom.ko inst_video += tvmixer.ko v4l1-compat.ko v4l2-common.ko inst_video += video-buf.ko video-buf-dvb.ko -@@ -149,6 +150,9 @@ install:: rminstall +@@ -157,6 +158,9 @@ install:: rminstall -install -d $(KDIR26)/common -install -m 644 -c $(inst_common) $(KDIR26)/common |