diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-02-06 00:46:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-06 00:46:35 +0000 |
commit | 9b188ea2600bce6ed35559b21677bd8b7223f5a8 (patch) | |
tree | 40e9328ce853279c0eae8ecc851d514ef01c26d1 /packages/linux/ixp4xx-kernel_2.6.15.2.bb | |
parent | 76107d774ec7a96b7788d2f2b98b5621a04cfe71 (diff) | |
parent | 1be31761f3449cd4f92508fd2c2c41968039c918 (diff) |
merge of 1133a2f6d7624f04cdda9771f28e1502680e7213
and 59438d13db19ded8e22646fb8cddf849804f3a90
Diffstat (limited to 'packages/linux/ixp4xx-kernel_2.6.15.2.bb')
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.15.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.15.2.bb b/packages/linux/ixp4xx-kernel_2.6.15.2.bb index 90bc6554f0..10163296b6 100644 --- a/packages/linux/ixp4xx-kernel_2.6.15.2.bb +++ b/packages/linux/ixp4xx-kernel_2.6.15.2.bb @@ -3,12 +3,12 @@ # Increment PR_CONFIG for changes to the ixp4xx-kernel specific # defconfig (do *NOT* increment anything in here for changes # to other kernel configs!) -PR_CONFIG = "0" +PR_CONFIG = "1" # # Increment the number below (i.e. the digits after PR) when # making changes within this file or for changes to the patches # applied to the kernel. -PR = "r1.${PR_CONFIG}" +PR = "r2.${PR_CONFIG}" include ixp4xx-kernel.inc |