From: Tim 'timtim' Ellis Date: Sat, 17 Jan 2009 15:09:45 +0000 (+0000) Subject: orion: Remove pci from machine features X-Git-Tag: Release-2010-05/1~4308 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1177bb7c20146495b976345836b41fd7d7632f5;p=openembedded.git orion: Remove pci from machine features --- diff --git a/conf/machine/include/orion.inc b/conf/machine/include/orion.inc index 4f2d9a38e5..df8e505894 100644 --- a/conf/machine/include/orion.inc +++ b/conf/machine/include/orion.inc @@ -4,7 +4,7 @@ TARGET_ARCH = "arm" TARGET_FPU = "soft" -MACHINE_FEATURES = "kernel26 usbhost ext2 pci" +MACHINE_FEATURES = "kernel26 usbhost ext2" MACHINE_TASK_PROVIDER = "task-base" USE_DEVFS = "0"