diff options
author | Matthias Hentges <oe@hentges.net> | 2007-11-21 04:10:31 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-11-21 04:10:31 +0000 |
commit | c28dec239534f67f5af64538a5b14b0251af45d7 (patch) | |
tree | 7b05f36f6a61ead0f3d300b389d80c72b31781f1 /packages/linux/ixp4xx-kernel_2.6.21.6.bb | |
parent | 24ef21adf77087c868a0a2c56970387ecd6996f6 (diff) |
linux: Update ix4xx defconfig to enable cryptsetup on NSLU2
Diffstat (limited to 'packages/linux/ixp4xx-kernel_2.6.21.6.bb')
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.21.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.21.6.bb b/packages/linux/ixp4xx-kernel_2.6.21.6.bb index b0ba8ba787..a9bacace21 100644 --- a/packages/linux/ixp4xx-kernel_2.6.21.6.bb +++ b/packages/linux/ixp4xx-kernel_2.6.21.6.bb @@ -16,7 +16,7 @@ IXP4XX_KERNEL_PATCH_DIR = "2.6.21" # the changes in SVN between revisions include changes in the # patches applied to the kernel, rather than simply defconfig # changes -PR = "r0.${IXP4XX_KERNEL_SVN_REV}" +PR = "r1.${IXP4XX_KERNEL_SVN_REV}" require ixp4xx-kernel.inc require ixp4xx-kernel-svnpatch.inc |