diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-01-14 05:23:08 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-01-14 05:23:08 +0000 |
commit | 8bdc92f5d67675b1c54b86fe019354be4dd29f2b (patch) | |
tree | ddf8bcafd411f1ae4acd94c907b72977d4172e5d /target | |
parent | fb8ae0576059cd5ec7f361c4f44a37cc5b87f915 (diff) | |
download | upstream-8bdc92f5d67675b1c54b86fe019354be4dd29f2b.tar.gz upstream-8bdc92f5d67675b1c54b86fe019354be4dd29f2b.tar.bz2 upstream-8bdc92f5d67675b1c54b86fe019354be4dd29f2b.zip |
brcm63xx: target supports USB gadget devices
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 39280
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/Makefile | 2 |
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> |