diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-21 02:02:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-21 02:02:01 +0000 |
commit | 1e61d2ea710628c8fca3544e7f60c4f4b14d8f65 (patch) | |
tree | b77b8534a2559bfa3bd2a1a50d372ca1fddaa2a9 /scripts | |
parent | cd0b1efa8dbbd8a18005392f0ce1e24a0e54d60f (diff) | |
download | upstream-1e61d2ea710628c8fca3544e7f60c4f4b14d8f65.tar.gz upstream-1e61d2ea710628c8fca3544e7f60c4f4b14d8f65.tar.bz2 upstream-1e61d2ea710628c8fca3544e7f60c4f4b14d8f65.zip |
make spca5xx depend on video device support in the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6153 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/metadata.pl | 1 |
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"; |