diff --git a/debian/changelog b/debian/changelog index 7576aafbd..f343f1d34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -149,6 +149,9 @@ linux (4.3.5-1) UNRELEASED; urgency=medium (Closes: #812336) * [s390x] udeb: include btrfs-modules (Closes: #812340) + [ Martin Michlmayr ] + * Include Device Tree model in reportbug script + -- Ben Hutchings Sat, 23 Jan 2016 11:51:46 +0000 linux (4.3.3-7) unstable; urgency=medium diff --git a/debian/templates/image.plain.bug/include-model b/debian/templates/image.plain.bug/include-model index 60a711266..9c6aedd6a 100644 --- a/debian/templates/image.plain.bug/include-model +++ b/debian/templates/image.plain.bug/include-model @@ -39,6 +39,11 @@ grep_model() { false ;; esac + + # Device Tree model + if [ -r /proc/device-tree/model ]; then + echo "Device Tree model:" $(cat /proc/device-tree/model) + fi } add_model() {