From 79ea2fbda4b7d8d29204b156f176c94d3a3a20e8 Mon Sep 17 00:00:00 2001 From: blogic Date: Wed, 11 Feb 2015 13:50:56 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44407 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/oxnas/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/oxnas/Makefile b/target/linux/oxnas/Makefile index 186222d886..32bcab869b 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 -- 2.11.0