diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-20 04:47:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-20 04:47:57 +0000 |
commit | 4407fe0a3f9f62d2020286f8aee23cffa9e10aa9 (patch) | |
tree | 4075ff98d5d2b08d9262cfbab8147e2a8082f92a /conf | |
parent | 18fcf10558f472478258568f976e5bbd82d0b3d9 (diff) |
openslug-kernel: cleanup, move to 2.6.14-rc4
- potentially optional parts of openslug-image can now be removed
- removed 2.6.14-rc2
- moved to 2.6.14-rc4
- added RedBoot FIS Directory automagic byte swap
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openslug.conf | 4 | ||||
-rw-r--r-- | conf/distro/ucslugc.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 72c23978a6..5755fa0cdb 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -108,7 +108,7 @@ OPENSLUG_STANDARD_RDEPENDS += "udev" # The 'standard' values are the defaults for the 'extra' packages added # to the firmware image. None of these things are requirements to have # a bootable, useable, system however they *are* expected to be present -# in OpenSlug - see osuclibc for a more minimal configuration and some +# in OpenSlug - see ucslugc for a more minimal configuration and some # more instructions about how to make a non-openslug image. OPENSLUG_EXTRA_DEPENDS ?= "${OPENSLUG_STANDARD_DEPENDS}" OPENSLUG_EXTRA_RDEPENDS ?= "${OPENSLUG_STANDARD_RDEPENDS}" @@ -177,7 +177,7 @@ CVSDATE_diet-x11 ?= "20051005" # Select the correct versions of the kernel and modules PREFERRED_PROVIDER_virtual/kernel ?= "openslug-kernel" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" -PREFERRED_VERSION_openslug-kernel ?= "2.6.14-rc3" +PREFERRED_VERSION_openslug-kernel ?= "2.6.14-rc4" PREFERRED_PROVIDER_virtual/ixp-eth ?= "ixp425-eth" PREFERRED_VERSION_ixp4xx-csr ?= "1.4" diff --git a/conf/distro/ucslugc.conf b/conf/distro/ucslugc.conf index e155df4b30..730a6ae228 100644 --- a/conf/distro/ucslugc.conf +++ b/conf/distro/ucslugc.conf @@ -156,7 +156,7 @@ PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627" # Select the correct versions of the kernel and modules PREFERRED_PROVIDER_virtual/kernel ?= "openslug-kernel" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" -PREFERRED_VERSION_openslug-kernel ?= "2.6.14-rc3" +PREFERRED_VERSION_openslug-kernel ?= "2.6.14-rc4" PREFERRED_PROVIDER_virtual/ixp-eth ?= "ixp425-eth" PREFERRED_VERSION_ixp4xx-csr ?= "1.4" |