diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-01-28 22:44:21 +1345 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-01-28 22:44:21 +1345 |
commit | fa48d216f1e3fd973ebab5606f245f844d0311c8 (patch) | |
tree | 1e15309a881b7734f3d7355a049e0fc79fbd4160 /conf/machine | |
parent | 180525708ace599bc46aa2fcc900d941d43dd6a1 (diff) | |
parent | b2b123a438f9a456dca068330c27ba554524b0e3 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/lsppc.inc | 2 | ||||
-rw-r--r-- | conf/machine/n1200.conf | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/conf/machine/n1200.conf b/conf/machine/n1200.conf index b13576e2ed..3563c54bd7 100644 --- a/conf/machine/n1200.conf +++ b/conf/machine/n1200.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the Thecus n1200, an MPC8347 based NAS TARGET_ARCH = "powerpc" -PACKAGE_EXTRA_ARCHS = "ppc ppc603e" +PACKAGE_EXTRA_ARCHS = "ppc" MACHINE_FEATURES = "kernel26 usbhost ext2" MACHINE_TASK_PROVIDER = "task-base" |