diff options
| -rwxr-xr-x | scripts/deblob-4.10 | 2 | ||||
| -rwxr-xr-x | scripts/deblob-check | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/scripts/deblob-4.10 b/scripts/deblob-4.10 index 36c2bac53..e2e3bdf8a 100755 --- a/scripts/deblob-4.10 +++ b/scripts/deblob-4.10 @@ -48,7 +48,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=4.10 extra= # for -rc6 +kver=4.10 extra= # for -rc7 case $1 in --force) diff --git a/scripts/deblob-check b/scripts/deblob-check index f3b37091e..b309ead62 100755 --- a/scripts/deblob-check +++ b/scripts/deblob-check @@ -4655,6 +4655,9 @@ set_except () { # firmware file. accept '[\t ]*firmware-name[ ]=[ ]["]zynq-gpio\.bin["][;]' Documentation/devicetree/bindings/fpga/fpga-region.txt accept '[\t]if[ ][(]of_property_read_bool[(]np[,][ ]["]qca[,]no-eeprom["][)][)][ ][{][\n][\t]*[/][*][ ]ath9k-eeprom-<bus>-<id>\.bin[ ][*][/][\n][\t]*scnprintf[(]eeprom_name[,][ ]sizeof[(]eeprom_name[)][,][\n][\t ]*["]ath9k-eeprom-%s-%s\.bin["][,]' drivers/net/wireless/ath/ath9k/init.c + blobname 'iwlwifi-3168-' drivers/net/wireless/intel/iwlwifi/iwl-7000.c + blobname 'iwlwifi-8265-' drivers/net/wireless/intel/iwlwifi/iwl-8000.c + blobname 'iwlwifi-[0-9][^"\n\t ]*-' drivers/net/wireless/intel/iwlwifi/iwl-8000.c ;; */*freedo*.patch | */*logo*.patch) |

