Report model information on armel when filing a bug.

svn path=/dists/trunk/linux-2.6/; revision=14836
This commit is contained in:
Martin Michlmayr 2009-12-30 16:53:56 +00:00
parent d2c1ec681c
commit 4c41a6dfc8
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Tue, 29 Dec 2009 15:32:44 +0100
linux-2.6 (2.6.32-3) unstable; urgency=high

View File

@ -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)