diff options
author | Mike Westerhof <mwester@dls.net> | 2008-12-26 12:58:33 -0600 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-12-26 12:58:33 -0600 |
commit | 0b4d647a25415698d60f0a734d09a5e807082285 (patch) | |
tree | 88b8714195a3dc2a23200f6475376a0adddf02a6 /packages/linux/linux-ixp4xx_2.6.27.8.bb | |
parent | 648437f3b5355c4e889dcbfd126ee695b2711dae (diff) |
linux-ixp4xx: 2.6.27.8 kernel, Machine=nslu2 defconfig changes
Enables new softmac and re-enables zd1211rw drivers, among others.
Adds Intel wifi PCI wifi card modules
Enables netconsole reconfig on-the-fly
Diffstat (limited to 'packages/linux/linux-ixp4xx_2.6.27.8.bb')
-rw-r--r-- | packages/linux/linux-ixp4xx_2.6.27.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-ixp4xx_2.6.27.8.bb b/packages/linux/linux-ixp4xx_2.6.27.8.bb index c003127a3e..68a1482ccb 100644 --- a/packages/linux/linux-ixp4xx_2.6.27.8.bb +++ b/packages/linux/linux-ixp4xx_2.6.27.8.bb @@ -10,7 +10,7 @@ KERNEL_RELEASE = "2.6.27.8" #PV = "${VANILLA_VERSION}+${KERNEL_RELEASE}+svnr${SRCREV}" PV = "${KERNEL_RELEASE}+svnr${SRCREV}" -PR = "r1" +PR = "r2" 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 \ |