aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/lsppc.inc
diff options
context:
space:
mode:
authorTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-20 20:54:00 +0000
committerTim 'timtim' Ellis <tim.ellis@foonas.org>2009-01-20 20:54:00 +0000
commite238b7f5f3858d004199d0c6e60099c2867bfcc3 (patch)
treeaee200a75a523f4c28a9a0ea6b4a2e31561086b7 /conf/machine/include/lsppc.inc
parent32495636c3847a9518a96ad58c907e738da5b299 (diff)
downloadopenembedded-e238b7f5f3858d004199d0c6e60099c2867bfcc3.tar.gz
lsppc: Remove uboot from machine features as this is broken atm, also remove pci
Diffstat (limited to 'conf/machine/include/lsppc.inc')
-rw-r--r--conf/machine/include/lsppc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/lsppc.inc b/conf/machine/include/lsppc.inc
index 673ce4b447..8a868cbd05 100644
--- a/conf/machine/include/lsppc.inc
+++ b/conf/machine/include/lsppc.inc
@@ -5,7 +5,7 @@
TARGET_ARCH = "powerpc"
PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
-MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot"
+MACHINE_FEATURES = "kernel26 usbhost ext2"
USE_DEVFS = "0"