summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-01-21 02:02:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-01-21 02:02:01 +0000
commit69d76bb482633a1f0af1dc635a3286062e0397cf (patch)
treee9b736fcd92c039ec8c8a8f53eb7ee4554266ba1 /scripts
parent7248b5e0a964892581e83bb52265c51f98db7040 (diff)
downloadmaster-31e0f0ae-69d76bb482633a1f0af1dc635a3286062e0397cf.tar.gz
master-31e0f0ae-69d76bb482633a1f0af1dc635a3286062e0397cf.tar.bz2
master-31e0f0ae-69d76bb482633a1f0af1dc635a3286062e0397cf.zip
make spca5xx depend on video device support in the kernel
SVN-Revision: 6153
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/metadata.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/metadata.pl b/scripts/metadata.pl
index ded38058a4..963be3f382 100755
--- a/scripts/metadata.pl
+++ b/scripts/metadata.pl
@@ -180,6 +180,7 @@ sub target_config_features(@) {
/usb/ and $ret .= "\tselect USB_SUPPORT\n";
/atm/ and $ret .= "\tselect ATM_SUPPORT\n";
/pcmcia/ and $ret .= "\tselect PCMCIA_SUPPORT\n";
+ /video/ and $ret .= "\tselect VIDEO_SUPPORT\n";
/squashfs/ and $ret .= "\tselect USES_SQUASHFS\n";
/jffs2/ and $ret .= "\tselect USES_JFFS2\n";
/ext2/ and $ret .= "\tselect USES_EXT2\n";