aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-10-16 12:32:03 +0000
committerPhil Blundell <philb@gnu.org>2004-10-16 12:32:03 +0000
commit7837b18808f5a3b8ceff7c64fdefaa38837378b8 (patch)
tree5fd8254fd77810e055a2921e19769c511a066be7
parentef902d82ed461e132e89e683b9b5e86c80156ef6 (diff)
downloadopenembedded-7837b18808f5a3b8ceff7c64fdefaa38837378b8.tar.gz
add module-init-tools to {R}DEPENDS.
requested by Koen Kooi BKrev: 417114c3w2iCnN8r14LWqOld65Ab4g
-rw-r--r--conf/machine/ipaq-pxa-2.6.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/ipaq-pxa-2.6.conf b/conf/machine/ipaq-pxa-2.6.conf
index 7377ee47a1..7c48779784 100644
--- a/conf/machine/ipaq-pxa-2.6.conf
+++ b/conf/machine/ipaq-pxa-2.6.conf
@@ -2,8 +2,8 @@ IPKG_ARCHS = "all arm ipaqpxa ${MACHINE}"
TARGET_ARCH = arm
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6"
-BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils-collateral"
-BOOTSTRAP_EXTRA_RDEPENDS = "kernel kernel-modules modutils-collateral"
+BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils-collateral module-init-tools"
+BOOTSTRAP_EXTRA_RDEPENDS = "kernel kernel-modules modutils-collateral module-init-tools"
include conf/machine/handheld-common.conf
GPE_MACHINE_CLASS = "smallscreen"