From 02a8f539c5987c700458e5bb90a32e70df0d33f4 Mon Sep 17 00:00:00 2001 From: Tim 'timtim' Ellis Date: Thu, 22 Jan 2009 21:15:03 +0000 Subject: lsmipsel: Move u-boot-utils from machine rdepends to rrecommends, remove pci from features --- conf/machine/lsmipsel.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'conf/machine/lsmipsel.conf') diff --git a/conf/machine/lsmipsel.conf b/conf/machine/lsmipsel.conf index 9c3eece74d..2ceb0ca925 100644 --- a/conf/machine/lsmipsel.conf +++ b/conf/machine/lsmipsel.conf @@ -4,9 +4,10 @@ TARGET_ARCH = "mipsel" -MACHINE_FEATURES = "kernel26 usbhost ext2 pci" +MACHINE_FEATURES = "kernel26 usbhost ext2" MACHINE_TASK_PROVIDER = "task-base" -MACHINE_EXTRA_RDEPENDS = "avr-evtd u-boot-utils" +MACHINE_EXTRA_RDEPENDS = "avr-evtd" +MACHINE_EXTRA_RRECOMMENDS = "u-boot-utils" USE_DEVFS = "0" -- cgit 1.2.3-korg