From 7a8e1ef418a437c5461d87b7fd230373f293bfc8 Mon Sep 17 00:00:00 2001 From: Zumeng Chen Date: Fri, 20 Jan 2012 15:21:56 +0800 Subject: rspro-conf: remove usbgadget from routerstationpro Since the target doesn't have the related requirement to use USB slave hardware supporting usb gadget, so remove it from MACHINE_FEATURES. Signed-off-by: Zumeng.chen@windriver.com> Acked-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta-yocto/conf/machine/routerstationpro.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yocto') diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf index 83c2f8ab05..a3d520d173 100644 --- a/meta-yocto/conf/machine/routerstationpro.conf +++ b/meta-yocto/conf/machine/routerstationpro.conf @@ -5,7 +5,7 @@ require conf/machine/include/tune-mips32.inc MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 \ - serial usbgadget" + serial" KERNEL_IMAGETYPE = "vmlinux" KERNEL_ALT_IMAGETYPE = "vmlinux.bin" -- cgit v1.2.3-54-g00ecf