diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-10-14 20:22:48 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-10-14 20:25:22 +0000 |
commit | 83eb8421a82b2263d4e8e3628aec674032b1409a (patch) | |
tree | b3aafcd986b3c6c56684678a6ef56a4aaaf1f44e /conf/machine/palmpre.conf | |
parent | 38705be757c181061380807c25fbe88363a107a2 (diff) |
palmpre.conf: Don't recommend sgx modules for now.
Diffstat (limited to 'conf/machine/palmpre.conf')
-rw-r--r-- | conf/machine/palmpre.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/palmpre.conf b/conf/machine/palmpre.conf index fe3c2794ee..c7baaedd2d 100644 --- a/conf/machine/palmpre.conf +++ b/conf/machine/palmpre.conf @@ -26,6 +26,6 @@ IMAGE_FSTYPES += "tar.bz2" # Let's keep the following three from the beagleboard machine config UBOOT_MACHINE = "omap3_beagle_config" PREFERRED_VERSION_u-boot = "git" -MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules " +#MACHINE_EXTRA_RRECOMMENDS = " omap3-sgx-modules " MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa phone bluetooth touchscreen keyboard wifi" |