From dcf5a4027ada33cb3eb5946cc80bec86a1fbc069 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 6 Jan 2007 14:22:36 +0000 Subject: efika: remove pci from machine features to avoid troubles with building task-base --- conf/machine/efika.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/efika.conf b/conf/machine/efika.conf index 7c277d3d73..d564dc5654 100644 --- a/conf/machine/efika.conf +++ b/conf/machine/efika.conf @@ -6,7 +6,7 @@ TARGET_ARCH = "powerpc" PACKAGE_EXTRA_ARCHS = "ppc ppc603e" -MACHINE_FEATURES = "kernel26 usbhost ext2 pci alsa" +MACHINE_FEATURES = "kernel26 usbhost ext2 alsa" PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" -- cgit 1.2.3-korg