summaryrefslogtreecommitdiff
path: root/conf/distro
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-07-03 20:36:10 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-03 20:36:10 +0000
commit8983fd0d38c80a66e95fa88fa2d0314def722d85 (patch)
treefad9d4601ec13e2cfeaf2766bc586d11cae31cac /conf/distro
parent575f004e329e2d8481a61bd0db2a64f968d12ab1 (diff)
parente97ed1e62518273ae89bdf32cc65f2caa3c050df (diff)
propagate from branch 'org.openembedded.dev' (head e7deec567712930f830c6a392453b58268463120)
to branch 'org.openembedded.nslu2-linux' (head bfb64dfb19eb6055f394a9ee933ebb8c93bcbe75)
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/openslug.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf
index e4b20c0e5f..22e835e257 100644
--- a/conf/distro/openslug.conf
+++ b/conf/distro/openslug.conf
@@ -91,9 +91,12 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
# Select the correct versions of the kernel and modules
-PREFERRED_PROVIDER_virtual/kernel ?= "openslug-kernel"
+PREFERRED_PROVIDER_virtual/kernel ?= "nslu2-kernel"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
PREFERRED_VERSION_openslug-kernel ?= "2.6.11.2"
+# The nslu2-kernel version is currently tracking the latest
+# Change before release!
+#PREFERRED_VERSION_nslu2-kernel ?= "2.6.12.2"
PREFERRED_VERSION_ixp4xx-csr ?= "1.4"
PREFERRED_VERSION_ixp425-eth ?= "1.1"