diff options
Diffstat (limited to 'conf/machine/mpc8313e-rdb.conf')
-rw-r--r-- | conf/machine/mpc8313e-rdb.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/mpc8313e-rdb.conf b/conf/machine/mpc8313e-rdb.conf index a49973f64f..a2c37dbdd9 100644 --- a/conf/machine/mpc8313e-rdb.conf +++ b/conf/machine/mpc8313e-rdb.conf @@ -3,10 +3,9 @@ #@DESCRIPTION: Machine configuration for the Freescale MPC8313E-RDB TARGET_ARCH = "powerpc" -PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppce300c3" +PACKAGE_EXTRA_ARCHS = "ppce300c3" PREFERRED_PROVIDER_virtual/kernel ?= "linux" -PREFERRED_VERSION_u-boot ?= "git" MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot" |