Add usb gadget feature flag

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22798 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Michael Büsch
2010-08-25 17:35:34 +00:00
parent d020a0c217
commit 55bd749a6c
4 changed files with 6 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ define KernelPackage/usb-gadget
KCONFIG:=CONFIG_USB_GADGET
FILES:=
AUTOLOAD:=
DEPENDS:=@USB_GADGET_SUPPORT
$(call AddDepends/usb)
endef