Package: makedev
Version: 2.3.1-77
Severity: wishlist
Tags: patch
The attached patch makes the MAKEDEV script understand the armeb
architecture.
-- System Information:
Debian Release: 3.1
Architecture: armeb (armv5teb)
Kernel: Linux 2.6.13
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages makedev depends on:
ii base-passwd 3.5.9 Debian base system master password
-- no debconf information
--- makedev-2.3.1/MAKEDEV.orig 2005-10-12 21:51:18.000000000 +0200
+++ makedev-2.3.1/MAKEDEV 2005-10-12 21:51:29.000000000 +0200
@@ -318,7 +318,7 @@
alpha)
$0 $opts generic-alpha
;;
- arm)
+ arm|armeb)
$0 $opts generic-arm
;;
hppa)