X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b4e1fa137c502705392694750473d4f84ec5cf57..c78a8045277660482e922fc8677095c5d5a60946:/scripts/metadata.pl diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 63809c496..7902dec3e 100755 --- a/scripts/metadata.pl +++ b/scripts/metadata.pl @@ -158,6 +158,7 @@ sub target_config_features(@) { /pci/ and $ret .= "\tselect PCI_SUPPORT\n"; /pcie/ and $ret .= "\tselect PCIE_SUPPORT\n"; /usb/ and $ret .= "\tselect USB_SUPPORT\n"; + /usbgadget/ and $ret .= "\tselect USB_GADGET_SUPPORT\n"; /pcmcia/ and $ret .= "\tselect PCMCIA_SUPPORT\n"; /squashfs/ and $ret .= "\tselect USES_SQUASHFS\n"; /jffs2/ and $ret .= "\tselect USES_JFFS2\n";