X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/962cb816e27b2a385c51e82df8f6bb4cb58cd0f3..a0e087f6dc48446a8ee37ec78c04377aea1ddf9e:/scripts/metadata.pl diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 484d4205f..75fda05d4 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -247,12 +247,11 @@ 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"; + /tgz/ and $ret .= "\tselect USES_TGZ\n"; } return $ret; }