diff options
author | Alexandre Oliva <lxoliva@fsfla.org> | 2011-02-24 07:09:00 +0000 |
---|---|---|
committer | Alexandre Oliva <lxoliva@fsfla.org> | 2011-02-24 07:09:00 +0000 |
commit | ab975ab4caef787515752152c2be2bfb5dbe6da4 (patch) | |
tree | b88b2dcf506a92262fce04ba4435c513bafef631 /scripts | |
parent | ed30fdb07b03499acaeb906b8bf434ae46a14547 (diff) | |
download | linux-libre-raptor-ab975ab4caef787515752152c2be2bfb5dbe6da4.tar.gz linux-libre-raptor-ab975ab4caef787515752152c2be2bfb5dbe6da4.zip |
Fix harmless deblobbing error in drivers/net/tokenring/3c359.c.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/deblob-2.6.30 | 3 | ||||
-rwxr-xr-x | scripts/deblob-2.6.31 | 3 | ||||
-rwxr-xr-x | scripts/deblob-2.6.32 | 3 | ||||
-rwxr-xr-x | scripts/deblob-2.6.33 | 1 | ||||
-rwxr-xr-x | scripts/deblob-2.6.34 | 1 | ||||
-rwxr-xr-x | scripts/deblob-2.6.35 | 1 | ||||
-rwxr-xr-x | scripts/deblob-2.6.36 | 3 | ||||
-rwxr-xr-x | scripts/deblob-2.6.37 | 3 |
8 files changed, 13 insertions, 5 deletions
diff --git a/scripts/deblob-2.6.30 b/scripts/deblob-2.6.30 index c9030186c..f2c67ff3d 100755 --- a/scripts/deblob-2.6.30 +++ b/scripts/deblob-2.6.30 @@ -44,7 +44,7 @@ # For each kver release, start extra with an empty string, then count # from 1 if changes are needed that require rebuilding the tarball. -kver=2.6.30 extra=3 +kver=2.6.30 extra=3++ case $1 in --force) @@ -1140,6 +1140,7 @@ drop_fw_file firmware/cis/LA-PCM.cis.ihex firmware/cis/LA-PCM.cis announce 3C359 - "3Com 3C359 Token Link Velocity XL adapter" drop_fw_file firmware/3com/3C359.bin.ihex firmware/3com/3C359.bin +reject_firmware drivers/net/tokenring/3c359.c clean_blob drivers/net/tokenring/3c359.c clean_kconfig drivers/net/tokenring/Kconfig '3C359' clean_mk CONFIG_3C359 drivers/net/tokenring/Makefile diff --git a/scripts/deblob-2.6.31 b/scripts/deblob-2.6.31 index c9f06827e..577176bc3 100755 --- a/scripts/deblob-2.6.31 +++ b/scripts/deblob-2.6.31 @@ -44,7 +44,7 @@ # For each kver release, start extra with an empty string, then count # from 1 if changes are needed that require rebuilding the tarball. -kver=2.6.31 extra=4 +kver=2.6.31 extra=5 case $1 in --force) @@ -1165,6 +1165,7 @@ drop_fw_file firmware/cis/LA-PCM.cis.ihex firmware/cis/LA-PCM.cis announce 3C359 - "3Com 3C359 Token Link Velocity XL adapter" drop_fw_file firmware/3com/3C359.bin.ihex firmware/3com/3C359.bin +reject_firmware drivers/net/tokenring/3c359.c clean_blob drivers/net/tokenring/3c359.c clean_kconfig drivers/net/tokenring/Kconfig '3C359' clean_mk CONFIG_3C359 drivers/net/tokenring/Makefile diff --git a/scripts/deblob-2.6.32 b/scripts/deblob-2.6.32 index fd0d67af5..54f59323b 100755 --- a/scripts/deblob-2.6.32 +++ b/scripts/deblob-2.6.32 @@ -44,7 +44,7 @@ # For each kver release, start extra with an empty string, then count # from 1 if changes are needed that require rebuilding the tarball. -kver=2.6.32 extra=2 +kver=2.6.32 extra=2++ case $1 in --force) @@ -1158,6 +1158,7 @@ drop_fw_file firmware/cis/PE-200.cis.ihex firmware/cis/PE-200.cis announce 3C359 - "3Com 3C359 Token Link Velocity XL adapter" drop_fw_file firmware/3com/3C359.bin.ihex firmware/3com/3C359.bin +reject_firmware drivers/net/tokenring/3c359.c clean_blob drivers/net/tokenring/3c359.c clean_kconfig drivers/net/tokenring/Kconfig '3C359' clean_mk CONFIG_3C359 drivers/net/tokenring/Makefile diff --git a/scripts/deblob-2.6.33 b/scripts/deblob-2.6.33 index 9ed2c119e..7d7c443c7 100755 --- a/scripts/deblob-2.6.33 +++ b/scripts/deblob-2.6.33 @@ -1182,6 +1182,7 @@ drop_fw_file firmware/cis/PE520.cis.ihex firmware/cis/PE520.cis announce 3C359 - "3Com 3C359 Token Link Velocity XL adapter" drop_fw_file firmware/3com/3C359.bin.ihex firmware/3com/3C359.bin +reject_firmware drivers/net/tokenring/3c359.c clean_blob drivers/net/tokenring/3c359.c clean_kconfig drivers/net/tokenring/Kconfig '3C359' clean_mk CONFIG_3C359 drivers/net/tokenring/Makefile diff --git a/scripts/deblob-2.6.34 b/scripts/deblob-2.6.34 index 77b39d8e7..c57889ec5 100755 --- a/scripts/deblob-2.6.34 +++ b/scripts/deblob-2.6.34 @@ -1214,6 +1214,7 @@ drop_fw_file firmware/cis/PE520.cis.ihex firmware/cis/PE520.cis announce 3C359 - "3Com 3C359 Token Link Velocity XL adapter" drop_fw_file firmware/3com/3C359.bin.ihex firmware/3com/3C359.bin +reject_firmware drivers/net/tokenring/3c359.c clean_blob drivers/net/tokenring/3c359.c clean_kconfig drivers/net/tokenring/Kconfig '3C359' clean_mk CONFIG_3C359 drivers/net/tokenring/Makefile diff --git a/scripts/deblob-2.6.35 b/scripts/deblob-2.6.35 index 321f53468..8acb4a300 100755 --- a/scripts/deblob-2.6.35 +++ b/scripts/deblob-2.6.35 @@ -1219,6 +1219,7 @@ drop_fw_file firmware/cis/PE520.cis.ihex firmware/cis/PE520.cis announce 3C359 - "3Com 3C359 Token Link Velocity XL adapter" drop_fw_file firmware/3com/3C359.bin.ihex firmware/3com/3C359.bin +reject_firmware drivers/net/tokenring/3c359.c clean_blob drivers/net/tokenring/3c359.c clean_kconfig drivers/net/tokenring/Kconfig '3C359' clean_mk CONFIG_3C359 drivers/net/tokenring/Makefile diff --git a/scripts/deblob-2.6.36 b/scripts/deblob-2.6.36 index 9b832f337..df8159119 100755 --- a/scripts/deblob-2.6.36 +++ b/scripts/deblob-2.6.36 @@ -44,7 +44,7 @@ # For each kver release, start extra with an empty string, then count # from 1 if changes are needed that require rebuilding the tarball. -kver=2.6.36 extra=1 +kver=2.6.36 extra=1++ case $1 in --force) @@ -1210,6 +1210,7 @@ drop_fw_file firmware/cis/PE520.cis.ihex firmware/cis/PE520.cis announce 3C359 - "3Com 3C359 Token Link Velocity XL adapter" drop_fw_file firmware/3com/3C359.bin.ihex firmware/3com/3C359.bin +reject_firmware drivers/net/tokenring/3c359.c clean_blob drivers/net/tokenring/3c359.c clean_kconfig drivers/net/tokenring/Kconfig '3C359' clean_mk CONFIG_3C359 drivers/net/tokenring/Makefile diff --git a/scripts/deblob-2.6.37 b/scripts/deblob-2.6.37 index 15955a77e..ff2ce0df1 100755 --- a/scripts/deblob-2.6.37 +++ b/scripts/deblob-2.6.37 @@ -44,7 +44,7 @@ # For each kver release, start extra with an empty string, then count # from 1 if changes are needed that require rebuilding the tarball. -kver=2.6.37 extra= +kver=2.6.37 extra=0++ case $1 in --force) @@ -1269,6 +1269,7 @@ drop_fw_file firmware/cis/PE520.cis.ihex firmware/cis/PE520.cis announce 3C359 - "3Com 3C359 Token Link Velocity XL adapter" drop_fw_file firmware/3com/3C359.bin.ihex firmware/3com/3C359.bin +reject_firmware drivers/net/tokenring/3c359.c clean_blob drivers/net/tokenring/3c359.c clean_kconfig drivers/net/tokenring/Kconfig '3C359' clean_mk CONFIG_3C359 drivers/net/tokenring/Makefile |