diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-07-09 18:23:31 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-09 18:23:31 +0000 |
commit | bc8c837b6f6c14501b9f7ef607df99622120b48a (patch) | |
tree | 2048c43c59fd5e1739688cddd1bee21888687dbf /conf | |
parent | cb3a0cd64987084fa719eebca83b38c879ecd224 (diff) |
Set PREFERRED_VERSION for kernel to 2.6.11.2 until mtd issue is resolved
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openslug.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 22e835e257..847959bcc2 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -95,6 +95,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "nslu2-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" |