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