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-3.0 | |
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-3.0')
-rwxr-xr-x | scripts/deblob-3.0 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/deblob-3.0 b/scripts/deblob-3.0 index 0bc6fa475..440f773da 100755 --- a/scripts/deblob-3.0 +++ b/scripts/deblob-3.0 @@ -1,6 +1,7 @@ #!/bin/sh -# Copyright (C) 2008, 2009, 2010, 2011 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> # @@ -892,6 +893,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 @@ -899,6 +901,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 @@ -2426,7 +2430,6 @@ clean_mk 'CONFIG_SND_USB_6FIRE' sound/usb/6fire/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 |