diff options
author | Chris Larson <clarson@kergoth.com> | 2004-09-23 16:53:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-09-23 16:53:04 +0000 |
commit | 9f2aa81ab8b94e30f48a8fb74a20edfba1735f91 (patch) | |
tree | f7b9b065ca8081f9b33fc682b3568f8170c834a3 | |
parent | 383d6dfbf6844ec896b8da80af6070abf077601d (diff) |
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
-rw-r--r-- | modutils/files/armeb.patch | 0 | ||||
-rw-r--r-- | modutils/modutils_2.4.27.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/modutils/files/armeb.patch b/modutils/files/armeb.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/modutils/files/armeb.patch 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 |