diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-03 14:34:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-03 14:34:38 +0000 |
commit | f6e8cf8291ee82a6ab66fbe11a03fd0af23003cb (patch) | |
tree | 18aca209d78c6be08cbf5ede602985a8b4090157 /conf/machine/h2200.conf | |
parent | 71c98c82d9fe431909223d48d87b89f94012dfe8 (diff) |
h2200, ipaq-pxa270: start seperating kernel-modules from BOOTSTRAP_foo, so people aren't forced to use the bloated task-bootstrap to get a booting image
Diffstat (limited to 'conf/machine/h2200.conf')
-rw-r--r-- | conf/machine/h2200.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index fab57cae38..e1baea775d 100644 --- a/conf/machine/h2200.conf +++ b/conf/machine/h2200.conf @@ -14,7 +14,8 @@ EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x4000" ROOT_FLASH_SIZE = "32" PCMCIA_MANAGER = "pcmciautils" -BOOTSTRAP_EXTRA_RRECOMMENDS += " ${@linux_module_packages('${H2200_MODULES}', d)}" +BOOTMODULES_RRECOMMENDS = "${@linux_module_packages('${H2200_MODULES}', d)}" +BOOTSTRAP_EXTRA_RRECOMMENDS += " ${BOOTMODULES_RRECOMMENDS}" BOOTSTRAP_EXTRA_RDEPENDS_append = " mtd-utils h2200-bootloader kernel udev module-init-tools" #ship in rootfs: |