diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-01-14 05:23:08 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-01-14 05:23:08 +0000 |
commit | e3d0a7d872ea597dc6f99c8c6b06dd6b019c01ee (patch) | |
tree | 07d10414839c4c2f30926db20cb1b727895a6744 /target/linux/brcm63xx/Makefile | |
parent | 9eb90516650107b0018825f40c0071dd5195ca6f (diff) |
brcm63xx: target supports USB gadget devices
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39280 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/Makefile')
-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> |