diff options
author | Frederic Bompart <frederic@unknown.openembedded.org> | 2005-10-03 16:09:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-03 16:09:26 +0000 |
commit | b55d713e016c253d5b471eeefd239c5c4d9a1090 (patch) | |
tree | 2f68bad70c36b4b8e5781e96f2133ac47b0b14b8 /conf/machine/simpad-2.6.conf | |
parent | 54b1577495d3a61369ca028a821b99f9b9570800 (diff) |
simpad can be built with kernel 2.4 or 2.6 (default is 2.4, set KERNEL_VERSION=2.6 in local.conf to change this). Copied from the zaurus machine conf files.
Diffstat (limited to 'conf/machine/simpad-2.6.conf')
-rw-r--r-- | conf/machine/simpad-2.6.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/simpad-2.6.conf b/conf/machine/simpad-2.6.conf new file mode 100644 index 0000000000..1a5bd38989 --- /dev/null +++ b/conf/machine/simpad-2.6.conf @@ -0,0 +1,9 @@ +PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" + +PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod-2.6:module-init-tools-cross" + +BOOTSTRAP_EXTRA_DEPENDS = "udev virtual/kernel hostap-modules hostap-utils orinoco-modules wpa-supplicant-nossl" +BOOTSTRAP_EXTRA_RDEPENDS = "udev kernel" +BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules-cs \ +kernel-module-sa1100-ir kernel-module-sa1100usb-core kernel-module-usb-eth \ +kernel-module-pcnet-cs kernel-module-8390" |