From 4c41a6dfc8b25136a280cad152f64951a5c3236c Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Wed, 30 Dec 2009 16:53:56 +0000 Subject: [PATCH] Report model information on armel when filing a bug. svn path=/dists/trunk/linux-2.6/; revision=14836 --- debian/changelog | 3 +++ debian/templates/image.plain.bug/include-model | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 743846a51..effc3e50d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ linux-2.6 (2.6.32-4) UNRELEASED; urgency=low [ dann frazier ] * Fix vserver build on ia64, s390 + [ Martin Michlmayr ] + * Report model information on armel when filing a bug. + -- Ben Hutchings Tue, 29 Dec 2009 15:32:44 +0100 linux-2.6 (2.6.32-3) unstable; urgency=high diff --git a/debian/templates/image.plain.bug/include-model b/debian/templates/image.plain.bug/include-model index be8b049d3..542efc8ce 100644 --- a/debian/templates/image.plain.bug/include-model +++ b/debian/templates/image.plain.bug/include-model @@ -3,7 +3,7 @@ grep_model() { alpha) egrep '^(system (type|variation|revision)|platform string)\b' /proc/cpuinfo ;; - arm) + arm*) egrep '^(Processor|Hardware|Revision)\b' /proc/cpuinfo ;; i386|ia64|x86_64)