diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-11 05:41:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-11 05:41:53 +0000 |
commit | 0bcd91eb462f38f1f0e0df324fda1ca41c823202 (patch) | |
tree | ca7e4bca9cf1bc82834e2118a6e4e435d6c10bd3 /conf | |
parent | 65707f35ea8f9a7c716621638d033a335ed7c455 (diff) |
Official openslug-kernel_2.6.12
This is simply a copy of the nslu2-kernel_2.6.12 with one (minor) change
to the defconfig to include the ACM kernel module (lost in the nslu2-kernel
defconfig).
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openslug.conf | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 847959bcc2..7a02e71f1a 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -91,13 +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 ?= "nslu2-kernel" +PREFERRED_PROVIDER_virtual/kernel ?= "openslug-kernel" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" -PREFERRED_VERSION_openslug-kernel ?= "2.6.11.2" -PREFERRED_VERSION_nslu2-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" +# Tracking the latest version, so the following is commented out. +# Uncomment it before release! +#PREFERRED_VERSION_openslug-kernel ?= "2.6.12.2" + PREFERRED_VERSION_ixp4xx-csr ?= "1.4" PREFERRED_VERSION_ixp425-eth ?= "1.1" |