diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-19 01:28:02 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-19 01:28:02 +0000 |
commit | dae5645536b0574993ce92b32e99b03c43d9e17a (patch) | |
tree | 18da74933dea05b4bfe238aec9c26228870c6038 /packages/linux | |
parent | 4494a5e8ee30ee5546c12b3d5f48d72b6e274e09 (diff) |
ixp4xx-kernel: bugfix release 2.6.15.1
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.15.1.bb (renamed from packages/linux/ixp4xx-kernel_2.6.15.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.15.bb b/packages/linux/ixp4xx-kernel_2.6.15.1.bb index 761b9c3203..8e120fd0df 100644 --- a/packages/linux/ixp4xx-kernel_2.6.15.bb +++ b/packages/linux/ixp4xx-kernel_2.6.15.1.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 = "1" +PR_CONFIG = "0" # # 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 = "r9.${PR_CONFIG}" +PR = "r0.${PR_CONFIG}" include ixp4xx-kernel.inc |