diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-16 12:32:03 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-16 12:32:03 +0000 |
commit | 7837b18808f5a3b8ceff7c64fdefaa38837378b8 (patch) | |
tree | 5fd8254fd77810e055a2921e19769c511a066be7 /conf | |
parent | ef902d82ed461e132e89e683b9b5e86c80156ef6 (diff) |
add module-init-tools to {R}DEPENDS.
requested by Koen Kooi
BKrev: 417114c3w2iCnN8r14LWqOld65Ab4g
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ipaq-pxa-2.6.conf | 4 |
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" |