Signed-off-by: Samuel Martin <[email protected]>
---
 backport/scripts/compress_modules.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backport/scripts/compress_modules.sh 
b/backport/scripts/compress_modules.sh
index b2034c2..631eec9 100755
--- a/backport/scripts/compress_modules.sh
+++ b/backport/scripts/compress_modules.sh
@@ -7,6 +7,6 @@ source ./scripts/mod_helpers.sh
 if test "$(mod_filename mac80211)" = "mac80211.ko.gz" ; then
        for driver in $(find "$1" -type f -name *.ko); do
                echo COMPRESS $driver
-               gzip -9 $driver
+               gzip -f -9 $driver
        done
 fi
-- 
1.9.2

--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to