diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-04-14 18:11:50 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-14 18:11:50 +0000 |
commit | 31762cbb93b21d368a67737b4d647d6b4ba3dcfb (patch) | |
tree | e714311abc65a2872cf3a79c1465420af6b87057 /packages/linux/ixp4xx-kernel_2.6.16.bb | |
parent | e8cd328180f9105b8b6ebe9598ef2a80a76d9b0c (diff) |
ixp4xx-kernel: Updated the nslu2 and nas100d mac address patches to print the new mac address after the ethernet module is loaded.
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 0b00414577..5d02946842 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 = "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 = "r5.${PR_CONFIG}" +PR = "r6.${PR_CONFIG}" include ixp4xx-kernel.inc |