diff options
author | Alexandre Oliva <lxoliva@fsfla.org> | 2011-02-24 04:54:36 +0000 |
---|---|---|
committer | Alexandre Oliva <lxoliva@fsfla.org> | 2011-02-24 04:54:36 +0000 |
commit | 34d484ab5532fce08e97efb668cef34ccf938a6b (patch) | |
tree | bc3c361aebbe1eaa33e3a3c195729238af03263e /scripts | |
parent | 53d88bba425e5e645f10e3f5f127b0c4b8050536 (diff) | |
download | linux-libre-raptor-34d484ab5532fce08e97efb668cef34ccf938a6b.tar.gz linux-libre-raptor-34d484ab5532fce08e97efb668cef34ccf938a6b.zip |
Fix deblobbing of drivers/net/can/softing/Kconfig.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/deblob-2.6.38 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deblob-2.6.38 b/scripts/deblob-2.6.38 index 68a7b47f3..c6f141289 100755 --- a/scripts/deblob-2.6.38 +++ b/scripts/deblob-2.6.38 @@ -1763,7 +1763,7 @@ clean_blob drivers/net/can/softing/softing_platform.h clean_sed ' /^config CAN_SOFTING_CS$/,${ /You need firmware/i\ - /*(DEBLOBBED)*/ + /*(DEBLOBBED)*/ /You need firmware/,/softing-fw.*tar\.gz/d }' drivers/net/can/softing/Kconfig 'removed firmware notes' clean_kconfig drivers/net/can/softing/Kconfig 'CAN_SOFTING_CS' |