diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-02-05 06:16:22 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-05 06:16:22 +0000 |
commit | c6ef2a3e30af363c4b9ca1e9bae81b1f2df16ce9 (patch) | |
tree | 3772ad771b11f7a2971b49721f5dd6617493c787 /packages/linux/ixp4xx-kernel_2.6.15.2.bb | |
parent | 2e73052fdbcb7b374e823cda25503a7a10dbc69d (diff) | |
parent | aea7a790f3a96a488c6197cacb26707fbbda16a4 (diff) |
merge of 755dbf7499934a2404de279fb00043830c15add1
and c110ccecd8770f6c3ae49eead02de2c93ffac02b
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 |