diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-26 20:52:01 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-26 20:52:01 +0000 |
commit | 742627c86660c059f291c349e4922357b4a38a03 (patch) | |
tree | ec6e8233db20d8410196bb2af668b7133f523497 /conf | |
parent | 15a7bcd11f3224a320813e9921e8de682a337827 (diff) | |
parent | 53517a6fcf861b4cf4d2e758877aa252676137a8 (diff) |
merge of 4df4d7b459a3415cf0a91eca732e547c9ba278a6
and be0f87375d77d8115b0c83b7a9b731eb5062802d
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... |