diff options
author | Svetoslav Neykov <svetoslav@neykov.name> | 2016-12-30 17:06:43 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-01-20 00:37:01 +0100 |
commit | 97b52593bcf928520aa5a294e3eb16042766d2e0 (patch) | |
tree | c6acb2571b968099cb7658b8613071e167accdfb /target/linux/ar71xx/Makefile | |
parent | cf79e393f9550dd00e1926168f47d026e3cf72ee (diff) | |
download | upstream-97b52593bcf928520aa5a294e3eb16042766d2e0.tar.gz upstream-97b52593bcf928520aa5a294e3eb16042766d2e0.tar.bz2 upstream-97b52593bcf928520aa5a294e3eb16042766d2e0.zip |
ar71xx: Chipidea USB device support
Changes the platform to use the Chipidea driver instead of the
generic USB host driver which has support for both host and
device modes (selected on boot).
The changes in 930-chipidea-pullup.patch are already in mainline.
I'll upstream 920-usb-chipidea-AR933x-platform-support.patch once I
can test the changes with a newer kernel.
Signed-off-by: Svetoslav Neykov <svetoslav@neykov.name>
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index a8df2b036e..ecc6d37051 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=ar71xx BOARDNAME:=Atheros AR7xxx/AR9xxx -FEATURES:=mips16 +FEATURES:=mips16 usbgadget CPU_TYPE:=24kc SUBTARGETS:=generic nand mikrotik |