diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-04-13 21:12:30 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-13 21:12:30 +0000 |
commit | 7433407652c663be27c32ce050d54c2db91df5e1 (patch) | |
tree | d16ce4599a1075cf4b5763d237445ec4b6535667 /packages/linux/ixp4xx-kernel_2.6.16.bb | |
parent | 66765f0c5310b0a8702c35f8c78fcb4f730245f4 (diff) |
ixp4xx-kernel: Fixed the name of the disk led on the nas100d.
Diffstat (limited to 'packages/linux/ixp4xx-kernel_2.6.16.bb')
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.16.bb b/packages/linux/ixp4xx-kernel_2.6.16.bb index f2fad6b415..7d48711d8b 100644 --- a/packages/linux/ixp4xx-kernel_2.6.16.bb +++ b/packages/linux/ixp4xx-kernel_2.6.16.bb @@ -8,7 +8,7 @@ PR_CONFIG = "2" # 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 |