diff options
author | Koen Kooi <koen@openembedded.org> | 2006-09-28 20:36:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-09-28 20:36:14 +0000 |
commit | a9d25d38b1c306ba46eba11b34d92b5225b4d88e (patch) | |
tree | aa2da10a2922413f651c046f4ec17dfeeb827ea8 /conf | |
parent | 55a4d3da66acc590cbe0ab47525b95b97f1d38ff (diff) |
gumstix.conf: fix typos for kernel modules
* 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
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/gumstix.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/gumstix.conf b/conf/machine/gumstix.conf index 75c671a3d4..0fccf05b3b 100644 --- a/conf/machine/gumstix.conf +++ b/conf/machine/gumstix.conf @@ -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" |