diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-03-22 20:44:18 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-03-22 20:44:18 +0000 |
commit | 2dfc59aecfead8b3670643cdb06cedf23de923c0 (patch) | |
tree | 823abc15b66820987383ea6d9d4cb456b6ca6c1e /conf | |
parent | d452d1bfcadab6a85fc662bc11307d3271722830 (diff) |
mpc8313e-rdb.conf: resync features with mpc8323e-rdb (add pci and uboot)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/mpc8313e-rdb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/mpc8313e-rdb.conf b/conf/machine/mpc8313e-rdb.conf index 31f13b00b6..a49973f64f 100644 --- a/conf/machine/mpc8313e-rdb.conf +++ b/conf/machine/mpc8313e-rdb.conf @@ -8,7 +8,7 @@ PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppce300c3" PREFERRED_PROVIDER_virtual/kernel ?= "linux" PREFERRED_VERSION_u-boot ?= "git" -MACHINE_FEATURES = "kernel26 usbhost ext2" +MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot" KERNEL_IMAGETYPE = "uImage" |