diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-06-01 19:50:50 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-01 19:50:50 +0000 |
commit | ef9bef657fcdac524257084fb63059331109502d (patch) | |
tree | fa8b6525c03da2f5445444339850615349d9cbad /conf/machine/include/motorola-ezx.conf | |
parent | 5e6c1a56eab5c4129af064e6980c80aeb8a79591 (diff) | |
parent | 1c72612d1954d8e6c60f591befce4cd71cbe0caf (diff) |
merge of 12fab859e46a5b7c800c685dd8a3595e6e74c5e7
and 1d06e6b15d2905a1cad4fc0f31a004a369b66d1c
Diffstat (limited to 'conf/machine/include/motorola-ezx.conf')
-rw-r--r-- | conf/machine/include/motorola-ezx.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/conf/machine/include/motorola-ezx.conf b/conf/machine/include/motorola-ezx.conf index 998add6341..e87f6aa70f 100644 --- a/conf/machine/include/motorola-ezx.conf +++ b/conf/machine/include/motorola-ezx.conf @@ -1,13 +1,11 @@ # choose the proper kernel for this hardware -PREFERRED_PROVIDER_virtual/kernel = "linux-ezx" +PREFERRED_PROVIDER_virtual/kernel = "ezx-kernels" # we don't need support for kernel 2.4 MODUTILS = "26" # build tar.gz for SD/MMC/Transflash and jffs2 for later when we have mtd IMAGE_FSTYPES = "tar.gz jffs2" -BOOTSTRAP_EXTRA_DEPENDS += "ezx-boot-usb-native" - -BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils apm irda-utils udev-utils ppp ppp-dialin module-init-tools ezx-gpiotool" +BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils apm irda-utils udev-utils ppp ppp-dialin module-init-tools" # # disable all modules until we have something that boots... |