diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-26 23:43:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-26 23:43:09 +0000 |
commit | 1a36187e9247abbd324a87342a912c2f5098e0c5 (patch) | |
tree | f0694ed249056cfcc415013e222c0a9e2d7299a2 /packages/linux/ixp4xx-kernel_2.6.15.1.bb | |
parent | b85ec984acd1fdaca259b09b024ece42ee1b869e (diff) |
ixp4xx-kernel: clean up maclist code in 2.6.15
ixp400-eth: merge clean up to maclist_read in 1.5
- maclist_read is now (void), it always succeeds
Diffstat (limited to 'packages/linux/ixp4xx-kernel_2.6.15.1.bb')
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.15.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.15.1.bb b/packages/linux/ixp4xx-kernel_2.6.15.1.bb index add6718b1b..f9d08c0390 100644 --- a/packages/linux/ixp4xx-kernel_2.6.15.1.bb +++ b/packages/linux/ixp4xx-kernel_2.6.15.1.bb @@ -8,7 +8,7 @@ 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 = "r14.${PR_CONFIG}" +PR = "r15.${PR_CONFIG}" include ixp4xx-kernel.inc |