diff options
-rw-r--r-- | conf/distro/slugos.conf | 2 | ||||
-rw-r--r-- | packages/linux/ixp4xx-kernel/2.6.16/06-remove-extraversion.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf index 2273aca31a..cf2cb078c5 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -170,7 +170,7 @@ PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627" # Select the correct versions of the kernel and modules (these are the # defaults, override in the conf/distro top-level distro file). PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel" -PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.16-rc4-git5" +PREFERRED_VERSION_ixp4xx-kernel ?= "2.6.16-rc4-git9" # Built-in ethernet modules PREFERRED_PROVIDER_virtual/ixp-eth ?= "ixp400-eth" diff --git a/packages/linux/ixp4xx-kernel/2.6.16/06-remove-extraversion.patch b/packages/linux/ixp4xx-kernel/2.6.16/06-remove-extraversion.patch index 18ca31a42d..eca681b0aa 100644 --- a/packages/linux/ixp4xx-kernel/2.6.16/06-remove-extraversion.patch +++ b/packages/linux/ixp4xx-kernel/2.6.16/06-remove-extraversion.patch @@ -4,7 +4,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 16 --EXTRAVERSION = -rc4-git5 +-EXTRAVERSION = -rc4-git9 +EXTRAVERSION = NAME=Sliding Snow Leopard |