diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-12-02 09:19:54 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-12-02 09:19:54 +0000 |
commit | b034e8c8dcc01c7ca04edc2022f29da47d5ef50c (patch) | |
tree | 2e89478da8c2c00cfc4d124c3367f205f5192be7 /packages/linux/linux-ixp4xx_2.6.21.6.bb | |
parent | 7633bda2ba77ed03f25e1ce430395c8ed42634de (diff) |
linux-ixp4xx_2.6.21.6: Update defconfig to allow for direct rootfs loading from an attached USB disk instead of jffs2
Diffstat (limited to 'packages/linux/linux-ixp4xx_2.6.21.6.bb')
-rw-r--r-- | packages/linux/linux-ixp4xx_2.6.21.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-ixp4xx_2.6.21.6.bb b/packages/linux/linux-ixp4xx_2.6.21.6.bb index 7eacf2b8eb..836a75e583 100644 --- a/packages/linux/linux-ixp4xx_2.6.21.6.bb +++ b/packages/linux/linux-ixp4xx_2.6.21.6.bb @@ -5,7 +5,7 @@ VANILLA_VERSION = "2.6.21" KERNEL_RELEASE = "2.6.21.6" 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 \ |