diff options
author | Koen Kooi <koen@openembedded.org> | 2005-12-23 11:02:43 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-23 11:02:43 +0000 |
commit | 20366b6e5d9b253befbd1f258befa926dc5797eb (patch) | |
tree | 14010e63dfe9f9dabfb5f52bc4a9dabc62a2063c /conf | |
parent | cdeb81095d1cc135bc083de3fb3d95d71ef94b13 (diff) |
h2200: RRECOMMEND kernel modules
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/h2200.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index 4dc502209a..533cd08092 100644 --- a/conf/machine/h2200.conf +++ b/conf/machine/h2200.conf @@ -15,8 +15,8 @@ ROOT_FLASH_SIZE = "32" BOOTSTRAP_EXTRA_DEPENDS_append = " h2200-bootloader handhelds-pxa-2.6 udev module-init-tools" -BOOTSTRAP_EXTRA_RDEPENDS = " h2200-bootloader kernel ${@linux_module_packages('${H2200_MODULES}', d)}" -BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools" +BOOTSTRAP_EXTRA_RRECOMMENDS = " ${@linux_module_packages('${H2200_MODULES}', d)}" +BOOTSTRAP_EXTRA_RDEPENDS_append = " h2200-bootloader kernel udev module-init-tools" #ship in rootfs: H2200_MODULES = "g_ether g_serial g_file_storage sa1100-rtc apm pcmcia-core snd-pcm-oss snd-pxa2xx-i2sound pxa2xx_h2200 h2200_pm h2200_lcd h2200_kbd h2200_battery mq11xx_base mq1100fb samcop_adcts w1_ds2760 w1_samcop " |