Your message dated Sat, 17 Mar 2007 20:47:58 +0100
with message-id <[EMAIL PROTECTED]>
and subject line done
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: flash-kernel
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: eabi
Please add support for arm eabi[1] and bigendian ports.
Apparently there is already a case for armeb, but armeb
isn't mentioned in Architecture: field
[1] http://wiki.debian.org/ArmEabiPort
diff -ur flash-kernel-0.8.old/debian/control flash-kernel-0.8/debian/control
--- flash-kernel-0.8.old/debian/control 2006-11-10 10:15:24.000000000 +0200
+++ flash-kernel-0.8/debian/control 2007-01-28 14:30:27.000000000 +0200
@@ -8,7 +8,7 @@
XS-Vcs-Svn: svn://svn.debian.org/d-i/trunk/packages/flash-kernel
Package: flash-kernel
-Architecture: arm
+Architecture: arm armeb armel
Depends: devio
Description: utility to write kernel and initramfs to MTD flash
flash-kernel is a script which will take a kernel and initramfs image
diff -ur flash-kernel-0.8.old/flash-kernel flash-kernel-0.8/flash-kernel
--- flash-kernel-0.8.old/flash-kernel 2006-11-10 10:15:24.000000000 +0200
+++ flash-kernel-0.8/flash-kernel 2007-01-28 14:32:08.000000000 +0200
@@ -63,7 +63,7 @@
case "$machine" in
"Linksys NSLU2")
case "$(dpkg --print-architecture)" in
- arm)
+ arm|armel)
little_endian=1
;;
armeb)
--- End Message ---
--- Begin Message ---
Version: 1.1
Joey Hess made this change.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---