diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-09-11 17:55:26 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-09-11 17:55:26 +0000 |
commit | e4877edc320afbe9aab8187564348dc2e321d873 (patch) | |
tree | a466457465b0c2d75d233fb40b089fece952db8d /conf/distro | |
parent | 66558c054afdcc180bbbcbd1a12c3d3660b66eb6 (diff) |
angstrom-2008.1.conf: use 2.6.21-hh16 version of handhelds.org kernel
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom-2008.1.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 7d017b1e49..9d2223ccd9 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -17,6 +17,9 @@ require conf/distro/include/preferred-xorg-versions-X11R7.3.inc # http://bugs.openembedded.org # In doubt, use DISTRO="angstrom-2007.1" +#Preferred version for the kernel on various machines +PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.21-hh16" + require conf/distro/angstrom-2007.1.conf #DISTRO_VERSION = "2008.1" |