aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/simpad.conf
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-07-02 10:59:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-02 10:59:49 +0000
commit51876931408c994bff03fb088c80bd170da9774a (patch)
tree7be3c8659e64d700f8b54a567a0f7886e0f223d8 /conf/machine/simpad.conf
parentc6f1f81249e1358e09c77b192430d883682bf5ca (diff)
downloadopenembedded-51876931408c994bff03fb088c80bd170da9774a.tar.gz
SIMpad:
-Add udev to the depends -Set module-init-tools-cross as PREFERRED_PROVIDER
Diffstat (limited to 'conf/machine/simpad.conf')
-rw-r--r--conf/machine/simpad.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf
index 784578074d..7eb30e101d 100644
--- a/conf/machine/simpad.conf
+++ b/conf/machine/simpad.conf
@@ -6,8 +6,10 @@ TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm ${MACHINE}"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "handhelds-sa-2.6"
-BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel hostap-modules orinoco-modules mipv6 atmelwlandriver"
-BOOTSTRAP_EXTRA_RDEPENDS = "kernel"
+PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
+
+BOOTSTRAP_EXTRA_DEPENDS = "udev virtual/kernel hostap-modules orinoco-modules mipv6 atmelwlandriver"
+BOOTSTRAP_EXTRA_RDEPENDS = "udev kernel"
BOOTSTRAP_EXTRA_RRECOMMENDS = "mipv6 hostap-modules-cs orinoco-modules-cs atmelwlandriver \
kernel-module-sa1100-ir kernel-module-sa1100usb-core kernel-module-usb-eth \
kernel-module-pcnet-cs kernel-module-8390"