diff options
| author | Alexandre Oliva <lxoliva@fsfla.org> | 2016-02-17 17:09:38 +0000 |
|---|---|---|
| committer | Alexandre Oliva <lxoliva@fsfla.org> | 2016-02-17 17:09:38 +0000 |
| commit | 9e3447b12e4e7bfeab7a630e1e3399cd5da36f38 (patch) | |
| tree | 7aec82c16a773edfe179d3ed6baaf45ca8e59fcb /releases/branches | |
| parent | 800503174b5a29b8a33fb3cf0d70fe8666f2b25a (diff) | |
| download | linux-libre-raptor-9e3447b12e4e7bfeab7a630e1e3399cd5da36f38.tar.gz linux-libre-raptor-9e3447b12e4e7bfeab7a630e1e3399cd5da36f38.zip | |
GNU Linux-libre 3.18.25-gnu
Diffstat (limited to 'releases/branches')
| -rwxr-xr-x | releases/branches/3.18/deblob-check | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/releases/branches/3.18/deblob-check b/releases/branches/3.18/deblob-check index d635a9271..151ab325c 100755 --- a/releases/branches/3.18/deblob-check +++ b/releases/branches/3.18/deblob-check @@ -1,13 +1,14 @@ #! /bin/sh # deblob-check version 2014-12-07 + 2015-09-22's r12444 +# + partial 2015-06-06's r12228 # 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-2014 Alexandre Oliva <lxoliva@fsfla.org> +# Copyright 2008-2015 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 @@ -3973,8 +3974,8 @@ set_except () { # New in 4.2.1 and 4.1.8. defsnc '[}][ ]common_modes\[\][ ]=' drivers/gpu/drm/qxl/qxl_display.c - # New in 4.2.1 and 4.1.8. - defsnc '[}][ ]common_modes\[\][ ]=' drivers/gpu/drm/qxl/qxl_display.c + # New in 4.1 (and 3.18.25). + blobname 'iwlwifi-7265D-' drivers/net/wireless/iwlwifi/pcie/7000.c ;; */*freedo*.patch | */*logo*.patch) |

