summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-02-11 13:50:56 +0000
committerJohn Crispin <john@openwrt.org>2015-02-11 13:50:56 +0000
commit1aaa72103b194eea66517229188d596d5cb5ff4a (patch)
tree63146337ca06000a631f1f111017c9a252fb7b85 /target
parent173809b65097f5c93058a75b9cb788be9cd6dbbf (diff)
downloadmtk-20170518-1aaa72103b194eea66517229188d596d5cb5ff4a.zip
mtk-20170518-1aaa72103b194eea66517229188d596d5cb5ff4a.tar.gz
mtk-20170518-1aaa72103b194eea66517229188d596d5cb5ff4a.tar.bz2
oxnas: disable usbgadget support
usbgadget was initially enabled in the hope to support gadget mode as it seems to be supported by the hardware. However, it currently breaks things and doesn't work anyway, so remove the usbgadget feature. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44407
Diffstat (limited to 'target')
-rw-r--r--target/linux/oxnas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/oxnas/Makefile b/target/linux/oxnas/Makefile
index 186222d..32bcab8 100644
--- a/target/linux/oxnas/Makefile
+++ b/target/linux/oxnas/Makefile
@@ -10,7 +10,7 @@ ARCH:=arm
BOARD:=oxnas
BOARDNAME:=PLXTECH/Oxford NAS782x/OX82x
DEVICE_TYPE:=nas
-FEATURES:=gpio nand pcie usb usbgadget ramdisk rtc squashfs ubifs
+FEATURES:=gpio nand pcie usb ramdisk rtc squashfs ubifs
CPU_TYPE:=mpcore
MAINTAINER:=Daniel Golle <daniel@makrotopia.org>