diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-26 06:52:56 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-26 06:52:56 +0000 |
commit | e44b82a0670457f1440c84a81813e11767afd54f (patch) | |
tree | 593deeb5b064c91c07851ff3176bbafdc06ad3ed /conf/distro | |
parent | f053543f01b259512d2c75f9f5799f3eace1a013 (diff) |
angstrom-2007.1.conf: Set PREFERRED_VERSION_linux-libc-headers to 2.6.18 for ixp4xx
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 92e8a4b255..5198055136 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -185,6 +185,7 @@ PREFERRED_VERSION_linux-libc-headers_i486 ?= "2.6.18" PREFERRED_VERSION_linux-libc-headers_i586 ?= "2.6.18" PREFERRED_VERSION_linux-libc-headers_i686 ?= "2.6.18" PREFERRED_VERSION_linux-libc-headers_powerpc ?= "2.6.18" +PREFERRED_VERSION_linux-libc-headers_ixp4xx ?= "2.6.18" PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" PREFERRED_VERSION_glibc ?= "2.5" |