summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xv4l/scripts/make_noconfig.pl3
-rw-r--r--v4l/versions.txt6
2 files changed, 7 insertions, 2 deletions
diff --git a/v4l/scripts/make_noconfig.pl b/v4l/scripts/make_noconfig.pl
index 503653a4f..a47ca4acf 100755
--- a/v4l/scripts/make_noconfig.pl
+++ b/v4l/scripts/make_noconfig.pl
@@ -55,6 +55,9 @@ close IN;
open OUT,">.myconfig";
while ( my ($key, $value) = each(%config) ) {
+ if ($value eq "y") {
+ $value="m";
+ }
printf OUT "%-44s := %s\n",$key,$value;
}
close OUT;
diff --git a/v4l/versions.txt b/v4l/versions.txt
index 60d4bdbad..c6c0ecd3b 100644
--- a/v4l/versions.txt
+++ b/v4l/versions.txt
@@ -3,12 +3,14 @@
# This is broken for a long time
VIDEO_ZR36120
-# Those are architecture-dependent
+# This is also marked as broken
VIDEO_PLANB
+
+# Those are architecture-dependent
VIDEO_VINO
VIDEO_M32R_AR_M64278
-[2.6.16]
+[2.6.14]
VIDEO_ZORAN
VIDEO_ZORAN_BUZ
VIDEO_ZORAN_DC10