From fff2919200d3f5789640f0cd26309455fd8c7b57 Mon Sep 17 00:00:00 2001 From: lxoliva Date: Mon, 25 Jul 2016 00:14:56 +0000 Subject: [PATCH] GNU Linux-libre 4.7-gnu git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@13078 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-4.7 | 2 +- deblob-check | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/deblob-4.7 b/deblob-4.7 index 3dcd5d272ab..130b6a61fa0 100755 --- a/deblob-4.7 +++ b/deblob-4.7 @@ -48,7 +48,7 @@ # For each kver release, start extra with an empty string, then count # from 1 if changes are needed that require rebuilding the tarball. -kver=4.7 extra=0-- +kver=4.7 extra= case $1 in --force) diff --git a/deblob-check b/deblob-check index 0aa5cec2bbf..9b4714498b3 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2016-07-10 +# deblob-check version 2016-07-24 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -4475,6 +4475,7 @@ set_except () { blobname 'nvidia[/]tegra\(124\|210\)[/]xusb\.bin' drivers/usb/host/xhci-tegra.c accept '[\t]*ath10k_info[(]ar[,][ ]["][/][*][(]DEBLOBBED[)][*][/][ ]didn.t' drivers/net/wireless/ath/ath10k/testmode.c accept 'static[ ]const[ ]struct[ ]tegra_xusb_soc[ ]tegra\(124\|210\)_soc[ ]=[ ][{][\n][\t][.]firmware[ ]=' drivers/usb/host/xhci-tegra.c + blobname 'i915[/]kbl_dmc_ver1\.bin' drivers/gpu/drm/i915/intel_csr.c ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1