diff options
Diffstat (limited to 'conf/distro/openslug.conf')
-rw-r--r-- | conf/distro/openslug.conf | 4 |
1 files changed, 2 insertions, 2 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" |