diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-12-01 14:20:01 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-12-01 14:20:01 +0000 |
commit | fdf5a003fdaeba376c9ec1aa0a0b305f8dc4fcb8 (patch) | |
tree | 265312f415dbd9a48eec1930792ffabb74dedbac /packages | |
parent | 214ed085dec831f0f1a9a369ca3646e187b85949 (diff) | |
parent | a5fb224426c234fa7d6e1e8821b4efeb53c1add3 (diff) |
merge of '0520dc5ac68960d1ddad4df9a54a1c8375eccb5f'
and 'f31acbcc26f0c26226e19e7d8c547973cf9a473b'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-ixp4xx_2.6.23.8.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/linux/linux-ixp4xx_2.6.23.8.bb b/packages/linux/linux-ixp4xx_2.6.23.8.bb index a6dcca41b5..ab621f310a 100644 --- a/packages/linux/linux-ixp4xx_2.6.23.8.bb +++ b/packages/linux/linux-ixp4xx_2.6.23.8.bb @@ -1,3 +1,7 @@ +# 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 @@ -8,7 +12,7 @@ KERNEL_RELEASE = "2.6.23.8" #PV = "${VANILLA_VERSION}+${KERNEL_RELEASE}+svnr${SRCREV}" PV = "${KERNEL_RELEASE}+svnr${SRCREV}" -PR = "r0" +PR = "r1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.tar.bz2 \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${KERNEL_RELEASE}.bz2;patch=1 \ |