diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-19 09:06:56 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-19 09:06:56 +0000 |
commit | 8c120014c194429122aa94fc0e9e59eff44ce296 (patch) | |
tree | 36e91178a649cdcebf3b6b86e3ddbf64ff65a6b7 /target/linux/at91/Makefile | |
parent | 7f98a7666baeef20a2fec42abfa105a12f54ca17 (diff) | |
download | master-187ad058-8c120014c194429122aa94fc0e9e59eff44ce296.tar.gz master-187ad058-8c120014c194429122aa94fc0e9e59eff44ce296.tar.bz2 master-187ad058-8c120014c194429122aa94fc0e9e59eff44ce296.zip |
at91: USB gadget subsystem cleanup and driver fix.
Signed-off-by: Owen Kirby <osk@exegin.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44491 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91/Makefile')
-rw-r--r-- | target/linux/at91/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 040df33300..e1c771adbc 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -10,13 +10,13 @@ ARCH:=arm BOARD:=at91 MAINTAINER:=Claudio Mignanti <c.mignanti@gmail.com> BOARDNAME:=Atmel AT91 -FEATURES:=squashfs targz ext2 usb +FEATURES:=squashfs targz ext2 usb usbgadget ubifs SUBTARGETS:=legacy sama5d3 KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-usb-ohci +DEFAULT_PACKAGES += kmod-usb-ohci kmod-at91-udc kmod-usb-eth-gadget $(eval $(call BuildTarget)) |