Upstream commit 8ccd930335cc1019122a24625d38e8e64677ec59 Older kernel version show more warnings like -Werror=unused-but-set-variable and with this option they are treated as an error. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- .../collateral-evolutions/network/68-do-not-add-Werror.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 patches/collateral-evolutions/network/68-do-not-add-Werror.patch diff --git a/patches/collateral-evolutions/network/68-do-not-add-Werror.patch b/patches/collateral-evolutions/network/68-do-not-add-Werror.patch new file mode 100644 index 0000000..066df6e --- /dev/null +++ b/patches/collateral-evolutions/network/68-do-not-add-Werror.patch @@ -0,0 +1,8 @@ +--- a/drivers/net/wireless/ath/wil6210/Makefile ++++ b/drivers/net/wireless/ath/wil6210/Makefile +@@ -9,5 +9,4 @@ wil6210-objs += wmi.o + wil6210-objs += interrupt.o + wil6210-objs += txrx.o + +-subdir-ccflags-y += -Werror + subdir-ccflags-y += -D__CHECK_ENDIAN__ -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html