lsmipsel: Move u-boot-utils from machine rdepends to rrecommends, remove pci from...
authorTim 'timtim' Ellis <tim.ellis@foonas.org>
Thu, 22 Jan 2009 21:15:03 +0000 (21:15 +0000)
committerTim 'timtim' Ellis <tim.ellis@foonas.org>
Thu, 22 Jan 2009 21:15:03 +0000 (21:15 +0000)
conf/machine/lsmipsel.conf

index 9c3eece..2ceb0ca 100644 (file)
@@ -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"