summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2014-01-14 05:23:08 +0000
committerFlorian Fainelli <florian@openwrt.org>2014-01-14 05:23:08 +0000
commit8bdc92f5d67675b1c54b86fe019354be4dd29f2b (patch)
treeddf8bcafd411f1ae4acd94c907b72977d4172e5d /target/linux/brcm63xx/Makefile
parentfb8ae0576059cd5ec7f361c4f44a37cc5b87f915 (diff)
downloadmaster-31e0f0ae-8bdc92f5d67675b1c54b86fe019354be4dd29f2b.tar.gz
master-31e0f0ae-8bdc92f5d67675b1c54b86fe019354be4dd29f2b.tar.bz2
master-31e0f0ae-8bdc92f5d67675b1c54b86fe019354be4dd29f2b.zip
brcm63xx: target supports USB gadget devices
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39280
Diffstat (limited to 'target/linux/brcm63xx/Makefile')
-rw-r--r--target/linux/brcm63xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile
index 0e1e3d0ea7..c11552f8ed 100644
--- a/target/linux/brcm63xx/Makefile
+++ b/target/linux/brcm63xx/Makefile
@@ -10,7 +10,7 @@ ARCH:=mips
BOARD:=brcm63xx
BOARDNAME:=Broadcom BCM63xx
SUBTARGETS:=generic smp
-FEATURES:=squashfs usb atm pci pcmcia
+FEATURES:=squashfs usb atm pci pcmcia usbgadget
LINUX_VERSION:=3.10.26
MAINTAINER:=Florian Fainelli <florian@openwrt.org>