gumstix.conf: fix typos for kernel modules
authorKoen Kooi <koen@openembedded.org>
Thu, 28 Sep 2006 20:36:14 +0000 (20:36 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 28 Sep 2006 20:36:14 +0000 (20:36 +0000)
* this file still (R)DEPENDS on kernel modules, which is bug, one should only RRECOMMEND them, leaving that to the maintainer or to the convert-to-task-base-squad

conf/machine/gumstix.conf

index 75c671a..0fccf05 100644 (file)
@@ -19,6 +19,6 @@ GUMSTIX_400MHZ = "y"
 SERIAL_CONSOLE = "115200 ttyS0 vt100"
 USE_VT = "0"
 
-BOOTSTRAP_EXTRA_RDEPENDS = "kernel-modules-mmc kernel-modules-usb kernel-modules-fat kernel-modules-bluetooth kernel-module-jfs udev lrzsz"
+BOOTSTRAP_EXTRA_RDEPENDS = "kernel-module-mmc kernel-module-usb kernel-module-fat kernel-module-bluetooth kernel-module-jfs udev lrzsz"
 PREFERRED_VERSION_task-bootstrap = "1.0unionroot"