diff options
Diffstat (limited to 'conf/machine/h3600.conf')
-rw-r--r-- | conf/machine/h3600.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf index 186759b998..c6f801c66a 100644 --- a/conf/machine/h3600.conf +++ b/conf/machine/h3600.conf @@ -7,8 +7,8 @@ IPKG_ARCHS = "all arm ipaqsa h3600" PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "handhelds-sa" EXTRA_IMAGECMD_h3600 = "-e 0x40000 -p" -BOOTSTRAP_EXTRA_DEPENDS = "handhelds-sa" -BOOTSTRAP_EXTRA_RDEPENDS = "kernel ${@linux_module_packages('${H3600_MODULES}')}" +BOOTSTRAP_EXTRA_DEPENDS = "handhelds-sa ipaq-boot-params" +BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${H3600_MODULES}')}" H3600_MODULES = "\ h3600-asic \ |