oxnas: disable usbgadget support
authorJohn Crispin <john@openwrt.org>
Wed, 11 Feb 2015 13:50:56 +0000 (13:50 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 11 Feb 2015 13:50:56 +0000 (13:50 +0000)
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

target/linux/oxnas/Makefile

index 186222d886011f065f0b837cdd9e08b57b3a6097..32bcab869b14d8d4c24d88735edd67687ca1c000 100644 (file)
@@ -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>