[oe-commits] org.oe.dev linux-ixp4xx_2.6.23.8: set DEFAULT_PREFERENCE to -1, as it gives an all-zeros MAC address on the first DHCP request after boot

rwhitby commit openembedded-commits at lists.openembedded.org
Sat Dec 1 14:47:36 UTC 2007


linux-ixp4xx_2.6.23.8: set DEFAULT_PREFERENCE to -1, as it gives an all-zeros MAC address on the first DHCP request after boot

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 3bc1f8e4767f8258854637042e37de2adb6742a9
ViewMTN: http://monotone.openembedded.org/revision/info/3bc1f8e4767f8258854637042e37de2adb6742a9
Files:
1
packages/linux/linux-ixp4xx_2.6.23.8.bb
Diffs:

#
# mt diff -r8edd20ce6132514c753af91fd33a6c30b0e5e5ff -r3bc1f8e4767f8258854637042e37de2adb6742a9
#
# 
# 
# patch "packages/linux/linux-ixp4xx_2.6.23.8.bb"
#  from [74a1a67b09d506c633f8fd365bdc1b3c521a46f6]
#    to [5072d1cda9fcc89b0db1894b9225812ec971acc9]
# 
============================================================
--- packages/linux/linux-ixp4xx_2.6.23.8.bb	74a1a67b09d506c633f8fd365bdc1b3c521a46f6
+++ packages/linux/linux-ixp4xx_2.6.23.8.bb	5072d1cda9fcc89b0db1894b9225812ec971acc9
@@ -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 @@ PV = "${KERNEL_RELEASE}+svnr${SRCREV}"
 #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 \






More information about the Openembedded-commits mailing list