diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-01-16 00:15:44 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-01-16 00:15:44 +0000 |
commit | 8e9b42bba2459171ab1e96691a446ae2cc86e0fa (patch) | |
tree | 61a3615bd92030befe56943f15c0905d98299d9b /packages | |
parent | a8f9d90d600ff2e6cff2099a45fcb244471b7dd2 (diff) |
linux-ixp4xx: Updated to 2.6.23.14
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-ixp4xx_2.6.23.14.bb (renamed from packages/linux/linux-ixp4xx_2.6.23.12.bb) | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/linux/linux-ixp4xx_2.6.23.12.bb b/packages/linux/linux-ixp4xx_2.6.23.14.bb index 14b79ae7cb..b7c7682370 100644 --- a/packages/linux/linux-ixp4xx_2.6.23.12.bb +++ b/packages/linux/linux-ixp4xx_2.6.23.14.bb @@ -1,12 +1,8 @@ -# The new ethernet driver included in the 2.6.23 version of the nslu2-linux.org kernel patches -# has problems with providing the correct MAC address on the initial DHCP request. -DEFAULT_PREFERENCE = "-1" - require linux.inc require linux-ixp4xx.inc VANILLA_VERSION = "2.6.23" -KERNEL_RELEASE = "2.6.23.12" +KERNEL_RELEASE = "2.6.23.14" # If you use a rc, you will need to use this: #PV = "${VANILLA_VERSION}+${KERNEL_RELEASE}+svnr${SRCREV}" |