Import patch from nslu2 folks.
authorChris Larson <clarson@kergoth.com>
Thu, 23 Sep 2004 16:53:04 +0000 (16:53 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 23 Sep 2004 16:53:04 +0000 (16:53 +0000)
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

modutils/files/armeb.patch [new file with mode: 0644]
modutils/modutils_2.4.27.oe

diff --git a/modutils/files/armeb.patch b/modutils/files/armeb.patch
new file mode 100644 (file)
index 0000000..e69de29
index 5f8e42b..6fb4c5e 100644 (file)
@@ -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