X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b4e1fa137c502705392694750473d4f84ec5cf57..569ffb72358e7956257009aea7468c4d1ae4da2a:/scripts/metadata.pl diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 63809c496..a9242d0a7 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"; @@ -762,6 +763,7 @@ sub gen_package_mk() { next unless $cmds; print <