diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-26 14:03:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-26 14:03:20 +0000 |
commit | 53517a6fcf861b4cf4d2e758877aa252676137a8 (patch) | |
tree | ab5c3f9f5f03910b0c7f36da9077006504790e8c /conf | |
parent | e5357d974467d9751a375d8db6d52ee98eeb180e (diff) |
update
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/motorola-ezx.conf | 11 |
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... |