diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2005-07-04 17:25:45 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-04 17:25:45 +0000 |
commit | 1c2c9a48b6502d670f0301041ebf6688fe2253a5 (patch) | |
tree | c1cf80fa5009f1ac593f94d8c3d22cda11149b82 /conf/distro | |
parent | 78aec07f5952e183e52782d62300aad7228ceb09 (diff) | |
parent | 44393416e78093a7d0d6f6ec038729e0b7e45e25 (diff) |
merge of 3337830555cb6398337a599f4649e61cac2ae122
and a96120ae4432f090395e5fa91129bb55062af8ee
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/openslug.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index e4b20c0e5f..22e835e257 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -91,9 +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 ?= "openslug-kernel" +PREFERRED_PROVIDER_virtual/kernel ?= "nslu2-kernel" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" PREFERRED_VERSION_openslug-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" PREFERRED_VERSION_ixp4xx-csr ?= "1.4" PREFERRED_VERSION_ixp425-eth ?= "1.1" |