diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-12-29 02:03:25 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-12-29 02:03:25 +0000 |
commit | aba78b1052c271a8441b4b31cd1cd7abbdbe460d (patch) | |
tree | 2fa80839521dd7114341d3419055f655186ac7ce /conf | |
parent | eb9a54d0889fd7f97b8fac9256303e34ebf03443 (diff) |
nslu2-kernel: bug fix release 2.6.14.4
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/slugos.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf index ff4be92a8c..8f78064255 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -164,7 +164,7 @@ PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627" # Select the correct versions of the kernel and modules (these are the # defaults, override in the conf/distro top-level distro file). PREFERRED_PROVIDER_virtual/kernel ?= "nslu2-kernel" -PREFERRED_VERSION_nslu2-kernel ?= "2.6.14.3" +PREFERRED_VERSION_nslu2-kernel ?= "2.6.14.4" # Built-in ethernet modules PREFERRED_PROVIDER_virtual/ixp-eth ?= "ixp400-eth" |