aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-05-26 14:03:20 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-26 14:03:20 +0000
commit53517a6fcf861b4cf4d2e758877aa252676137a8 (patch)
treeab5c3f9f5f03910b0c7f36da9077006504790e8c
parente5357d974467d9751a375d8db6d52ee98eeb180e (diff)
downloadopenembedded-53517a6fcf861b4cf4d2e758877aa252676137a8.tar.gz
update
-rw-r--r--conf/machine/include/motorola-ezx.conf11
1 files changed, 7 insertions, 4 deletions
diff --git a/conf/machine/include/motorola-ezx.conf b/conf/machine/include/motorola-ezx.conf
index cde37556ce..998add6341 100644
--- a/conf/machine/include/motorola-ezx.conf
+++ b/conf/machine/include/motorola-ezx.conf
@@ -1,10 +1,13 @@
+# choose the proper kernel for this hardware
PREFERRED_PROVIDER_virtual/kernel = "linux-ezx"
+# 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"
-IMAGE_FSTYPES = "ext2.gz jffs2"
+BOOTSTRAP_EXTRA_DEPENDS += "ezx-boot-usb-native"
-PREFERRED_VERSION_wpa_supplicant = "0.4.7"
-
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils spectrum-fw apm irda-utils udev-utils ppp ppp-dialin module-init-tools "
+BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils apm irda-utils udev-utils ppp ppp-dialin module-init-tools ezx-gpiotool"
#
# disable all modules until we have something that boots...