[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#408780: please add armeb/armel support



Package: flash-kernel
Severity: wishlist
Tags: patch
User: debian-arm@lists.debian.org
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)

Reply to: