diff options
-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" |