diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-23 02:41:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-23 02:41:33 +0000 |
commit | 35d116c85b30505782bf742fee4e192755d7241a (patch) | |
tree | cb6ec7f3a072ad5d87c0ea3a36ef2a9a5d7fd89a /scripts/metadata.pl | |
parent | 3c1623846264e61815882dca017fb6ebfd5d35d5 (diff) | |
download | upstream-35d116c85b30505782bf742fee4e192755d7241a.tar.gz upstream-35d116c85b30505782bf742fee4e192755d7241a.tar.bz2 upstream-35d116c85b30505782bf742fee4e192755d7241a.zip |
more dependency fixes
SVN-Revision: 8115
Diffstat (limited to 'scripts/metadata.pl')
-rwxr-xr-x | scripts/metadata.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 313efe75db..75fda05d44 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -247,9 +247,7 @@ sub target_config_features(@) { /broken/ and $ret .= "\tdepends BROKEN\n"; /pci/ and $ret .= "\tselect PCI_SUPPORT\n"; /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"; |