diff options
author | Mike Westerhof <mwester@dls.net> | 2008-03-28 05:59:37 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-03-28 05:59:37 +0000 |
commit | 1996478c0eaa363bb1a3e2d7cb4e0def12ab3bd9 (patch) | |
tree | 578e4b80fdcb29135ef431ad3986275bf6ced0ea /packages/linux/linux-ixp4xx_2.6.24.4.bb | |
parent | c387c55213338679b3dee7c4e6c97f01b4806c6a (diff) |
defconfigs: Update ixp4xxx 2.6.24.4 defconfigs to disable PREEMPT, and switch from "cubic" to "reno"
as the default TCP congestion control algorithm (avoids a kernel crash)
Diffstat (limited to 'packages/linux/linux-ixp4xx_2.6.24.4.bb')
-rw-r--r-- | packages/linux/linux-ixp4xx_2.6.24.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-ixp4xx_2.6.24.4.bb b/packages/linux/linux-ixp4xx_2.6.24.4.bb index d7ccb4c096..1964c23839 100644 --- a/packages/linux/linux-ixp4xx_2.6.24.4.bb +++ b/packages/linux/linux-ixp4xx_2.6.24.4.bb @@ -8,7 +8,7 @@ KERNEL_RELEASE = "2.6.24.4" #PV = "${VANILLA_VERSION}+${KERNEL_RELEASE}+svnr${SRCREV}" PV = "${KERNEL_RELEASE}+svnr${SRCREV}" -PR = "r0" +PR = "r1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.tar.bz2 \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${KERNEL_RELEASE}.bz2;patch=1 \ |