diff options
| author | Alexandre Oliva <lxoliva@fsfla.org> | 2012-01-05 08:25:59 +0000 |
|---|---|---|
| committer | Alexandre Oliva <lxoliva@fsfla.org> | 2012-01-05 08:25:59 +0000 |
| commit | 5cf8e0f773048220dfe0964e86d2c274acc520e1 (patch) | |
| tree | 212621cbd9ded68399f9cfc283e6f4f7604b04e3 /scripts/deblob-2.6.26 | |
| parent | 1c9a687ed166f95e721b64d649849305080daa81 (diff) | |
| download | linux-libre-raptor-5cf8e0f773048220dfe0964e86d2c274acc520e1.tar.gz linux-libre-raptor-5cf8e0f773048220dfe0964e86d2c274acc520e1.zip | |
Linux-libre 3.2-libre final, with backports for future respins of older releases.
Diffstat (limited to 'scripts/deblob-2.6.26')
| -rwxr-xr-x | scripts/deblob-2.6.26 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/deblob-2.6.26 b/scripts/deblob-2.6.26 index 7fbf62e83..9da7e7840 100755 --- a/scripts/deblob-2.6.26 +++ b/scripts/deblob-2.6.26 @@ -1,6 +1,7 @@ #!/bin/sh -# Copyright (C) 2008, 2009, 2010 Alexandre Oliva <lxoliva@fsfla.org> +# Copyright (C) 2008, 2009, 2010, 2011, 2012 +# Alexandre Oliva <lxoliva@fsfla.org> # Copyright (C) 2008 Jeff Moe # Copyright (C) 2009 Rubén Rodríguez <ruben@gnu.org> # @@ -762,6 +763,7 @@ clean_mk CONFIG_DVB_TTUSB_BUDGET drivers/media/dvb/ttusb-budget/Makefile announce DVB_TTUSB_DEC - "Technotrend/Hauppauge USB DEC devices" reject_firmware drivers/media/dvb/ttusb-dec/ttusb_dec.c clean_blob drivers/media/dvb/ttusb-dec/ttusb_dec.c +clean_blob Documentation/dvb/ttusb-dec.txt clean_kconfig drivers/media/dvb/ttusb-dec/Kconfig 'DVB_TTUSB_DEC' clean_mk CONFIG_DVB_TTUSB_DEC drivers/media/dvb/ttusb-dec/Makefile @@ -769,6 +771,8 @@ clean_mk CONFIG_DVB_TTUSB_DEC drivers/media/dvb/ttusb-dec/Makefile announce VIDEO_BT848 - "BT848 Video For Linux" reject_firmware drivers/media/video/bt8xx/bttv-cards.c +clean_blob drivers/media/video/bt8xx/bttv-cards.c +clean_blob Documentation/video4linux/bttv/README clean_kconfig drivers/media/video/bt8xx/Kconfig 'VIDEO_BT848' clean_mk CONFIG_VIDEO_BT848 drivers/media/video/bt8xx/Makefile @@ -1808,7 +1812,6 @@ clean_mk CONFIG_SOUND_PSS sound/oss/Makefile announce Documentation - "non-Free firmware scripts and documentation" clean_blob Documentation/dvb/avermedia.txt clean_blob Documentation/dvb/opera-firmware.txt -clean_blob Documentation/dvb/ttusb-dec.txt clean_blob Documentation/sound/alsa/ALSA-Configuration.txt clean_blob Documentation/sound/oss/MultiSound clean_blob Documentation/sound/oss/PSS |

