diff options
Diffstat (limited to 'scripts/deblob-2.6.25')
| -rwxr-xr-x | scripts/deblob-2.6.25 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/deblob-2.6.25 b/scripts/deblob-2.6.25 index ce472ec68..f16ebb12a 100755 --- a/scripts/deblob-2.6.25 +++ b/scripts/deblob-2.6.25 @@ -1,6 +1,7 @@ #!/bin/sh # # Copyright (C) 2008 Jeff Moe +# Copyright (C) 2008 Alexandre Oliva <lxoliva@fsfla.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -30,6 +31,12 @@ # Thanks to Brian Brazil @ gnewsense # +# This version, suited for 2.6.25, avoids removing Free Software for +# the sake of removing non-Free Software. Drivers that currently +# require non-Free firmware are retained, but firmware included in +# GPLed sources is replaced with /*(DEBLOBBED)*/ if the deblob-check +# script, that knows how to do this, is present. -lxoliva + #################### # FOOOOO XXXXXX # drivers/net/tokenring/Kconfig needs as last line: |

