Skip to content

Commit

Permalink
bump 7530 src
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Oct 22, 2024
1 parent 2ae2f77 commit b286cbb
Show file tree
Hide file tree
Showing 15 changed files with 10,218 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/avm/source.in
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ config FREETZ_AVM_SOURCE_7530_07_50
bool
config FREETZ_AVM_SOURCE_7530_07_56
bool
config FREETZ_AVM_SOURCE_7530_08_00
bool

# MAPLE
config FREETZ_AVM_SOURCE_1209_07_56
Expand Down Expand Up @@ -324,6 +326,7 @@ config FREETZ_AVM_SOURCE_ID
default "7530_07.25" if FREETZ_AVM_SOURCE_7530_07_25
default "7530_07.50" if FREETZ_AVM_SOURCE_7530_07_50
default "7530_07.56" if FREETZ_AVM_SOURCE_7530_07_56
default "7530_08.00" if FREETZ_AVM_SOURCE_7530_08_00
# MAPLE
default "1209_07.56" if FREETZ_AVM_SOURCE_1209_07_56
default "1249_07.57" if FREETZ_AVM_SOURCE_1249_07_57
Expand Down Expand Up @@ -479,7 +482,8 @@ config FREETZ_AVM_SOURCE_FOR_SYSTEM_TYPE_IPQ40xx
#
select FREETZ_AVM_SOURCE_7530_07_02 if FREETZ_AVM_VERSION_07_1X_MAX && (FREETZ_TYPE_7530_W5 || FREETZ_TYPE_7520_V1 || FREETZ_TYPE_7520_V2)
select FREETZ_AVM_SOURCE_7530_07_25 if FREETZ_AVM_VERSION_07_2X && (FREETZ_TYPE_7530_W5 || FREETZ_TYPE_7520_V1 || FREETZ_TYPE_7520_V2)
select FREETZ_AVM_SOURCE_7530_07_56 if FREETZ_AVM_VERSION_07_5X_MIN && (FREETZ_TYPE_7530_W5 || FREETZ_TYPE_7520_V1 || FREETZ_TYPE_7520_V2)
select FREETZ_AVM_SOURCE_7530_07_56 if FREETZ_AVM_VERSION_07_5X && (FREETZ_TYPE_7530_W5 || FREETZ_TYPE_7520_V1 || FREETZ_TYPE_7520_V2)
select FREETZ_AVM_SOURCE_7530_08_00 if FREETZ_AVM_VERSION_08_0X_MIN && (FREETZ_TYPE_7530_W5 || FREETZ_TYPE_7520_V1 || FREETZ_TYPE_7520_V2)
bool

config FREETZ_AVM_SOURCE_FOR_SYSTEM_TYPE_PUMA6
Expand Down
1 change: 1 addition & 0 deletions config/mod/dl-kernel.in
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ config FREETZ_DL_KERNEL_AVMDIFF_HASH
default "5b145c4550c45cb4925198ff348e94e3ae6811861fd82373d3ecaa384cb81775" if FREETZ_AVM_SOURCE_7530_07_25
default "3c73cfdcfec51be6ce9549a325899ded9a5b3586f6d3619b9211453d28bbc434" if FREETZ_AVM_SOURCE_7530_07_50
default "4594e4f9497ae6cec6917664261c50cdb04981750f28f60e81856901de3b06e2" if FREETZ_AVM_SOURCE_7530_07_56
default "605e7cbf8358f8beec84d9e7145b362bdb84c46eba0bd7f5e104ba78d261c7e8" if FREETZ_AVM_SOURCE_7530_08_00
default "8401ef6583835edb74655a0cf7b13c2639f369de36ade1dad222e5b9d45bdbc3" if FREETZ_AVM_SOURCE_7539_07_29
default "3b90201b1c57675369afbe0a90971ca20b330995487f04fc9b5c6ffbefdd53c8" if FREETZ_AVM_SOURCE_7539_07_56
default "15bf09ac1450c5adc219097354038132f57e3650481e2b10e94b56fec71c47cd" if FREETZ_AVM_SOURCE_7539_08_00
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Latest changes
* 5690 pro 7.62 - 5.4.213
* 6591 8.00 - 5.15.153
* 5530 8.00 - 4.9.276
* 7530 8.00 - 4.4.271
* 7530 ax 8.00 - 4.19.183 (corrupt)
* 7590 ax 8.00 - 4.9.325

Expand Down
Loading

0 comments on commit b286cbb

Please sign in to comment.