diff options
author | Koen Kooi <koen@openembedded.org> | 2005-09-17 12:40:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-17 12:40:35 +0000 |
commit | a0c2e9742361627eccb43a59b9490e2047a6146c (patch) | |
tree | a8445a04fa220459dafb1cc20223eaf6c56dc555 /conf | |
parent | 6acb32d8f94a63e9a9e1a2867c162a58cb7cea84 (diff) |
conf/machine/ipaq-pxa270.conf: hardcode preferrence for 2.6.12-hh3
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ipaq-pxa270.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/ipaq-pxa270.conf b/conf/machine/ipaq-pxa270.conf index 627440d7ad..ec2b1beb02 100644 --- a/conf/machine/ipaq-pxa270.conf +++ b/conf/machine/ipaq-pxa270.conf @@ -5,6 +5,7 @@ TARGET_ARCH = "arm" IPKG_ARCHS = "all arm armv4 armv5te ipaqpxa hx4700" PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" +PREFERRED_VERSIONS_handhelds-pxa-2.6 = "2.6.12-hh3" PREFERRED_VERSION_orinoco-modules = "0.15rc1" |