diff options
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... |