summaryrefslogtreecommitdiff
path: root/v4l/scripts
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2004-02-24 19:20:03 +0000
committerGerd Knorr <devnull@localhost>2004-02-24 19:20:03 +0000
commit11ce2f03c7eab083427dbf08a95789438504ae1f (patch)
tree8f15e9ef476879bb834f0ef67acdb09968f4d1eb /v4l/scripts
parentf23db2025c734101dc4ec0845f74956e623f5a91 (diff)
downloadmediapointer-dvb-s2-11ce2f03c7eab083427dbf08a95789438504ae1f.tar.gz
mediapointer-dvb-s2-11ce2f03c7eab083427dbf08a95789438504ae1f.tar.bz2
- bump version numbers for release.
Diffstat (limited to 'v4l/scripts')
-rw-r--r--v4l/scripts/release.sh10
1 files changed, 4 insertions, 6 deletions
diff --git a/v4l/scripts/release.sh b/v4l/scripts/release.sh
index 8d024b42a..bfc8b42dc 100644
--- a/v4l/scripts/release.sh
+++ b/v4l/scripts/release.sh
@@ -2,9 +2,9 @@
# config
release="$HOME/kernel/release"
-ver_bt="0.9.12"
-ver_sa="0.2.9"
-ver_cx="0.0.1"
+ver_bt="0.9.13"
+ver_sa="0.2.10"
+ver_cx="0.0.2"
# common files
files_v4l="v4l*.[ch] video-buf.[ch] videodev*.h"
@@ -14,7 +14,7 @@ files_common="$files_v4l $files_tuner $files_i2c doc"
# other files
files_ir="ir-common.[ch]"
-files_audio="msp3400.[ch] tvaudio.[ch]"
+files_audio="msp3400.[ch] tvaudio.[ch] tvmixer.[ch]"
files_bttv="bt848.h btcx*.[ch] bttv*.[ch] bt832.[ch] ir-kbd*.c"
files_saa="saa7134*.[ch] saa6752hs.[ch]"
@@ -36,8 +36,6 @@ function build_release () {
cp -av $files "$dest" || exit 1
cp -v Makefile "$dest"
cp -v "scripts/config.$name" "$dest"/Make.config
- ln -s . "$dest/media"
- ln -s . "$dest/linux"
# build test
(cd $dest; make) || exit 1