X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/fc2b3ea6b43c7b7c5b8d89a26252fa9cfc2be6d7..495af4aee942230ca0274c27882f5a6f083c3a66:/scripts/metadata.pl diff --git a/scripts/metadata.pl b/scripts/metadata.pl index 2d12e1929..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"; @@ -263,7 +264,7 @@ sub gen_target_config() { print <