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
This commit is contained in:
parent
173809b650
commit
1aaa72103b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ ARCH:=arm
|
||||||
BOARD:=oxnas
|
BOARD:=oxnas
|
||||||
BOARDNAME:=PLXTECH/Oxford NAS782x/OX82x
|
BOARDNAME:=PLXTECH/Oxford NAS782x/OX82x
|
||||||
DEVICE_TYPE:=nas
|
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
|
CPU_TYPE:=mpcore
|
||||||
|
|
||||||
MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||||
|
|
Loading…
Reference in a new issue