diff options
-rw-r--r-- | conf/machine/include/lsppc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/lsppc.inc b/conf/machine/include/lsppc.inc index 807c292605..50a3ab3c57 100644 --- a/conf/machine/include/lsppc.inc +++ b/conf/machine/include/lsppc.inc @@ -3,7 +3,7 @@ #@DESCRIPTION: Generic Machine configuration for ppc based linkstations TARGET_ARCH = "powerpc" -PACKAGE_EXTRA_ARCHS = "ppc ppc603e" +PACKAGE_EXTRA_ARCHS = "ppc" MACHINE_FEATURES = "kernel26 usbhost ext2" MACHINE_EXTRA_RDEPENDS = "kernel-devicetree avr-evtd" |