slugos: new ethernet driver, ixp4xx release 2.1, ethernet 1.5 (all slugos distros)
authorJohn Bowler <jbowler@nslu2-linux.org>
Mon, 21 Nov 2005 07:25:58 +0000 (07:25 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 21 Nov 2005 07:25:58 +0000 (07:25 +0000)
  - 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.

conf/distro/slugos.conf

index 3b9e43a..6ea39e6 100644 (file)
@@ -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"