diff options
author | Alexandre Oliva <lxoliva@fsfla.org> | 2017-01-09 22:37:05 +0000 |
---|---|---|
committer | Alexandre Oliva <lxoliva@fsfla.org> | 2017-01-09 22:37:05 +0000 |
commit | c83b54c5e2530ff78405c3ca2d4d7975ec79fb1e (patch) | |
tree | 5dd5b1e88ccd3ed1295e08ecf903a29e3d1db70c /scripts/deblob-check | |
parent | 85e6b02a0046bb9187f0506ecbe10ac2ed35e87e (diff) | |
download | linux-libre-raptor-c83b54c5e2530ff78405c3ca2d4d7975ec79fb1e.tar.gz linux-libre-raptor-c83b54c5e2530ff78405c3ca2d4d7975ec79fb1e.zip |
revert the previous change, to reinstall it with an additional fix as a single commit
Diffstat (limited to 'scripts/deblob-check')
-rwxr-xr-x | scripts/deblob-check | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/scripts/deblob-check b/scripts/deblob-check index cf61eea9a..946a41958 100755 --- a/scripts/deblob-check +++ b/scripts/deblob-check @@ -1,13 +1,13 @@ #! /bin/sh -# deblob-check version 2017-01-09 +# deblob-check version 2016-12-24 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva <lxoliva@fsfla.org> # Check http://www.fsfla.org/svn/fsfla/software/linux-libre for newer # versions. -# Copyright 2008-2017 Alexandre Oliva <lxoliva@fsfla.org> +# Copyright 2008-2016 Alexandre Oliva <lxoliva@fsfla.org> # # This program is part of GNU Linux-libre, a GNU project that # publishes scripts to clean up Linux so as to make it suitable for @@ -4585,10 +4585,6 @@ set_except () { # matches, to avoid numerous false positives in sound pcm drivers. blobna '["]pcm[45]["]' 'drivers/net/wireless/broadcom/b43\(legacy\)\?\.c' blobna '[/][*][ ]What[ ]about[ ][^ \n]*initvals22[?][ ][*][/]' drivers/net/wireless/broadcom/b43.c - - # New in 4.9.2 and 4.8.17. - accept '[\t]*fwname[ ]=[ ]["]fuc4\(09\|1a\)[cd]["][;]' drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c - accept '[\t]*snprintf[(]f[,][ ]sizeof[(]f[)][,][ ]["]nouveau[/]nv%02x_%s["][,][ ]device->chipset[,][ ]fwname[)][;][\n][\t]*ret[ ]=[ ]request_firmware[(][&]fw[,][ ]f[,][ ]device->dev[)][;][\n][\t]*if[ ][(]ret[)][ ][{][\n][\t]*snprintf[(]f[,][ ]sizeof[(]f[)][,][ ]["]nouveau[/]%s["][,][ ]fwname[)][;][\n][\t]*ret[ ]=[ ]request_firmware[(][&]fw[,][ ]f[,][ ]device->dev[)][;]' drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c ;; */*freedo*.patch | */*logo*.patch) |