diff options
| author | Alexandre Oliva <lxoliva@fsfla.org> | 2015-09-22 06:00:02 +0000 |
|---|---|---|
| committer | Alexandre Oliva <lxoliva@fsfla.org> | 2015-09-22 06:00:02 +0000 |
| commit | 09cac41d7fb94de4cece86f62c715c59666c1ed4 (patch) | |
| tree | 95f4a40cab187c3012b48b21edc670f8ff8a438e /scripts | |
| parent | 65e825548e735f2c17a7601db18fac8ae021a3e7 (diff) | |
| download | linux-libre-raptor-09cac41d7fb94de4cece86f62c715c59666c1ed4.tar.gz linux-libre-raptor-09cac41d7fb94de4cece86f62c715c59666c1ed4.zip | |
Add false positive match for 4.2.1 and 4.1.8.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/deblob-check | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/deblob-check b/scripts/deblob-check index 3bca5e723..f59129b5f 100755 --- a/scripts/deblob-check +++ b/scripts/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2015-08-31 +# deblob-check version 2015-09-22 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva <lxoliva@fsfla.org> @@ -4212,6 +4212,9 @@ set_except () { blobname 'atmel[/]wilc1000\(_ap\|_p2p\)\?_fw\.bin' drivers/staging/wilc1000/Makefile blobname 'wifi_firmware\(_ap\|_p2p_concurrency\)\?\.bin' drivers/staging/wilc1000/linux_wlan.c blob 'This[ ]directory[ ]is[ ]_NOT_[ ]for[ ]adding[ ]arbitrary[ ]new[ ]firmware[ ]images.*git[ ]pull[ ]request[ ]to:[\n][^\n]*linux-firmware\@kernel\.org[\n][^\n]*mailing[ ]lists\.' firmware/README.AddingFirmware + + # New in 4.2.1 and 4.1.8. + defsnc '[}][ ]common_modes\[\][ ]=' drivers/gpu/drm/qxl/qxl_display.c ;; */*freedo*.patch | */*logo*.patch) |

