diff options
| author | Alexandre Oliva <lxoliva@fsfla.org> | 2010-12-03 18:39:42 +0000 |
|---|---|---|
| committer | Alexandre Oliva <lxoliva@fsfla.org> | 2010-12-03 18:39:42 +0000 |
| commit | af8dbfbac74f255fece1f28aef7b59b33e17dcdf (patch) | |
| tree | ce598d4f708795e923592685eddf8d3afb48f413 /scripts | |
| parent | 27a11c264f25a5809e2896dd6f5869c9e8e9ba35 (diff) | |
| download | linux-libre-raptor-af8dbfbac74f255fece1f28aef7b59b33e17dcdf.tar.gz linux-libre-raptor-af8dbfbac74f255fece1f28aef7b59b33e17dcdf.zip | |
Accept sa2400_rf_rssi_map in Freed-ora for
rtl8180-improve-signal-reporting-for-actual-rtl8180-hardware.patch
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/deblob-check | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/deblob-check b/scripts/deblob-check index 65e97cbbf..0eb4a8c8f 100755 --- a/scripts/deblob-check +++ b/scripts/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2010-10-22 +# deblob-check version 2010-12-03 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva <lxoliva@fsfla.org> @@ -2579,6 +2579,10 @@ set_except () { accept 'P[13]\([\n]#[^\n]*\)*[\n]*\([\n][0-9 ]*\)\+' drivers/video/logo/logo_libre_clut224.ppm ;; + */rtl8180*.patch) + defsnc 'static[ ]u8[ ]sa2400_rf_rssi_map\[\][ ]=' drivers/net/wireless/rtl818x/rtl8180_sa2400.c + ;; + */patch*-2.6.36-rc*) accept 'FIRMWARE[ ]LOADER[ ][(]request_firmware[)]' MAINTAINERS defsnc 'static[ ]const[ ]unsigned[ ]char[ ]__\(cpu\)\?initdata[ ]mV_vrm85\[32\][ ]=' arch/x86/kernel/cpu/cpufreq/longhaul.h |

