aboutsummaryrefslogtreecommitdiffstats
path: root/modutils/modutils_2.4.27.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-09-23 16:53:04 +0000
committerChris Larson <clarson@kergoth.com>2004-09-23 16:53:04 +0000
commit9f2aa81ab8b94e30f48a8fb74a20edfba1735f91 (patch)
treef7b9b065ca8081f9b33fc682b3568f8170c834a3 /modutils/modutils_2.4.27.oe
parent383d6dfbf6844ec896b8da80af6070abf077601d (diff)
downloadopenembedded-9f2aa81ab8b94e30f48a8fb74a20edfba1735f91.tar.gz
Import patch from nslu2 folks.
depmod was barfing on modules during boot on a nslu2. The reason was it was expecting LSB executable format. Missing ARMEB conditional added to elf_arm.h BKrev: 4152ff70mKXfIKaxc-MEyvlicCzGzA
Diffstat (limited to 'modutils/modutils_2.4.27.oe')
-rw-r--r--modutils/modutils_2.4.27.oe3
1 files changed, 2 insertions, 1 deletions
diff --git a/modutils/modutils_2.4.27.oe b/modutils/modutils_2.4.27.oe
index 5f8e42ba58..6fb4c5ec2d 100644
--- a/modutils/modutils_2.4.27.oe
+++ b/modutils/modutils_2.4.27.oe
@@ -7,7 +7,8 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/modutils/v2.4/modutils-${
file://lex.l.diff;patch=1 \
file://modutils-notest.patch;patch=1 \
file://configure.patch;patch=1 \
- file://program_prefix.patch;patch=1"
+ file://program_prefix.patch;patch=1 \
+ file://armeb.patch;patch=1"
inherit autotools