From: John Bowler Date: Mon, 21 Nov 2005 07:25:58 +0000 (+0000) Subject: slugos: new ethernet driver, ixp4xx release 2.1, ethernet 1.5 (all slugos distros) X-Git-Tag: Release-2010-05/1~9453^2~3039 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58d98d5b50de03139c064da4aadb6400676a3d82;p=openembedded.git 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. --- 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"