diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/config/defines | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6f953596d060..6ff0ea2d8f45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linux (4.9.6-3) unstable; urgency=medium + + * btree,musb,st_sensors: Ignore ABI changes (fixes FTBFS on armel,armhf) + + -- Ben Hutchings <ben@decadent.org.uk> Sat, 28 Jan 2017 16:11:16 +0000 + linux (4.9.6-2) unstable; urgency=medium * linux-cpupower: Use dh-exec architecture filtering for x86-specific files diff --git a/debian/config/defines b/debian/config/defines index 64a2431a5baa..536da69b7ffc 100644 --- a/debian/config/defines +++ b/debian/config/defines @@ -2,10 +2,15 @@ abiname: 1 ignore-changes: __cpuhp_* + module:drivers/iio/common/st_sensors/** module:drivers/net/wireless/** module:drivers/power/supply/bq27xxx_battery module:drivers/usb/host/** + module:drivers/usb/musb/** module:net/ceph/libceph +# btree library is only selected by few drivers so not useful OOT + btree_* + visitor* [base] arches: |
