diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-22 21:15:03 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-01-22 21:15:03 +0000 |
commit | 02a8f539c5987c700458e5bb90a32e70df0d33f4 (patch) | |
tree | 278cc6d8997f32ae1bc7fc650eead1469ee4b88a /conf/machine | |
parent | 8ae0d7e99946b21aa404eb61ce49c49d2d237020 (diff) |
lsmipsel: Move u-boot-utils from machine rdepends to rrecommends, remove pci from features
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/lsmipsel.conf | 5 |
1 files changed, 3 insertions, 2 deletions
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" |