diff options
author | Koen Kooi <koen@openembedded.org> | 2005-10-04 08:36:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-04 08:36:28 +0000 |
commit | 533a1d2161ce63780901cffc9e9edf0c072f571a (patch) | |
tree | a6980869d7e0f94a2663f6f89f95304bca981111 /conf | |
parent | 8a826bb9374ca6a4d7559eca72c85a7950d64fb1 (diff) |
conf/machine/h2200.conf: remove RDEPEND on ipaq-boot-params
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/h2200.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index 47e7bdbc28..cf13f8705e 100644 --- a/conf/machine/h2200.conf +++ b/conf/machine/h2200.conf @@ -15,7 +15,7 @@ ROOT_FLASH_SIZE = "32" BOOTSTRAP_EXTRA_DEPENDS_append = " handhelds-pxa-2.6 udev module-init-tools" -BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${H2200_MODULES}', d)}" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel ${@linux_module_packages('${H2200_MODULES}', d)}" BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools" #ship in rootfs: |