aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-11-21 07:25:58 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-21 07:25:58 +0000
commit58d98d5b50de03139c064da4aadb6400676a3d82 (patch)
treebf97d3e9cae788d2c6f9cf935f9c11e5f5788d52 /conf
parent59dda76b85bec1d4666d1d688c35cdf230586c4a (diff)
downloadopenembedded-58d98d5b50de03139c064da4aadb6400676a3d82.tar.gz
slugos: new ethernet driver, ixp4xx release 2.1, ethernet 1.5 (all slugos distros)
- Release 1.5 of the ethernet driver is compatible (almost) with Linux - kernel version 2.6, consequently it has been possible to remove a very - large number of the previous patches. - Release 2.1 of ixp4xx-csr is substantially unchanged from the point - of view of kernel 2.6 compatibility, however it has extra functionality - which is used by v1.5 of the ethernet driver. - It is essential to either use 2.0/1.4 or 2.1/1.5 - the releases cannot - be mixed.
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/slugos.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf
index 3b9e43a7a5..6ea39e67b6 100644
--- a/conf/distro/slugos.conf
+++ b/conf/distro/slugos.conf
@@ -168,9 +168,9 @@ PREFERRED_VERSION_nslu2-kernel ?= "2.6.14.2"
# Built-in ethernet modules
PREFERRED_PROVIDER_virtual/ixp-eth ?= "ixp400-eth"
-PREFERRED_VERSION_ixp4xx-csr ?= "2.0"
-PREFERRED_VERSION_ixp-osal ?= "2.0"
-PREFERRED_VERSION_ixp400-eth ?= "1.4"
+PREFERRED_VERSION_ixp4xx-csr ?= "2.1"
+PREFERRED_VERSION_ixp-osal ?= "2.1"
+PREFERRED_VERSION_ixp400-eth ?= "1.5"
# Select the smallest provider of x11 libraries
PREFERRED_PROVIDER_x11 ?= "diet-x11"