aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2015-10-14 02:55:26 +0100
committerBen Hutchings <ben@decadent.org.uk>2015-10-14 04:16:18 +0100
commita50d6e634a4c0aecb2c471b114870cb6bd6cc18d (patch)
tree70767a7700d4782986a308bf80114849cb01b559
parent14bb56eaa0ed048761e60995cc7222f8122bdce8 (diff)
downloadkernel_replicant_linux-a50d6e634a4c0aecb2c471b114870cb6bd6cc18d.tar.gz
kernel_replicant_linux-a50d6e634a4c0aecb2c471b114870cb6bd6cc18d.tar.bz2
kernel_replicant_linux-a50d6e634a4c0aecb2c471b114870cb6bd6cc18d.zip
Ignore ABI changes in all mmc host drivers (fixes FTBFS on armhf)
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/defines2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b881115232b0..d6f32db499c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
linux (4.2.3-2) UNRELEASED; urgency=medium
* nbd: Restore request timeout detection (Closes: #770479)
+ * Ignore ABI changes in all mmc host drivers (fixes FTBFS on armhf)
-- Ben Hutchings <ben@decadent.org.uk> Thu, 08 Oct 2015 21:24:14 +0100
diff --git a/debian/config/defines b/debian/config/defines
index 85729411baab..b3f9fe27e67f 100644
--- a/debian/config/defines
+++ b/debian/config/defines
@@ -1,7 +1,7 @@
[abi]
abiname: 1
ignore-changes:
- module:drivers/mmc/host/sdhci
+ module:drivers/mmc/host/*
module:drivers/net/wireless/*
sdhci_pci_o2_*