Skip to content

Commit

Permalink
bump 4040 src
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Oct 23, 2024
1 parent 1604596 commit 7d5ccab
Show file tree
Hide file tree
Showing 13 changed files with 10,210 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 @@ -119,6 +119,8 @@ config FREETZ_AVM_SOURCE_4040_07_29
bool
config FREETZ_AVM_SOURCE_4040_07_56
bool
config FREETZ_AVM_SOURCE_4040_08_00
bool
config FREETZ_AVM_SOURCE_7530_07_02
bool
config FREETZ_AVM_SOURCE_7530_07_25
Expand Down Expand Up @@ -326,6 +328,7 @@ config FREETZ_AVM_SOURCE_ID
default "4040_07.14" if FREETZ_AVM_SOURCE_4040_07_14
default "4040_07.29" if FREETZ_AVM_SOURCE_4040_07_29
default "4040_07.56" if FREETZ_AVM_SOURCE_4040_07_56
default "4040_08.00" if FREETZ_AVM_SOURCE_4040_08_00
default "7530_07.02" if FREETZ_AVM_SOURCE_7530_07_02
default "7530_07.25" if FREETZ_AVM_SOURCE_7530_07_25
default "7530_07.50" if FREETZ_AVM_SOURCE_7530_07_50
Expand Down Expand Up @@ -484,7 +487,8 @@ config FREETZ_AVM_SOURCE_FOR_SYSTEM_TYPE_IPQ40xx
select FREETZ_AVM_SOURCE_4040_07_01 if FREETZ_AVM_VERSION_07_0X_MAX && (FREETZ_TYPE_4040 || FREETZ_TYPE_6850)
select FREETZ_AVM_SOURCE_4040_07_14 if FREETZ_AVM_VERSION_07_1X && (FREETZ_TYPE_4040 || FREETZ_TYPE_6850)
select FREETZ_AVM_SOURCE_4040_07_29 if FREETZ_AVM_VERSION_07_2X && (FREETZ_TYPE_4040 || FREETZ_TYPE_6850)
select FREETZ_AVM_SOURCE_4040_07_56 if FREETZ_AVM_VERSION_07_5X_MIN && (FREETZ_TYPE_4040 || FREETZ_TYPE_6850)
select FREETZ_AVM_SOURCE_4040_07_56 if FREETZ_AVM_VERSION_07_5X && (FREETZ_TYPE_4040 || FREETZ_TYPE_6850)
select FREETZ_AVM_SOURCE_4040_08_00 if FREETZ_AVM_VERSION_08_0X_MIN && (FREETZ_TYPE_4040 || FREETZ_TYPE_6850)
#
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)
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 @@ -126,6 +126,7 @@ config FREETZ_DL_KERNEL_AVMDIFF_HASH
default "6e4622e0d120cc5a7a0ba11bb68d80dc31af131aa4318b9f5b3d9d1893560ed7" if FREETZ_AVM_SOURCE_4040_07_14
default "c1e9a031e78731c41032be7fc797a625e2ebf47e77c49916a65f8d95d730b374" if FREETZ_AVM_SOURCE_4040_07_29
default "e306c6059eee8b885ec38083af5703bb9e6aadf8d663a86f382f9e3e288e4a5e" if FREETZ_AVM_SOURCE_4040_07_56
default "8137bafce09baefb37a0073a8498d4baa45535afcfcbf80729e14642ec050699" if FREETZ_AVM_SOURCE_4040_08_00
default "5f776ed1d29b423872b7eed1907aee1b26fd05669f1a19440e08f2b4af732d71" if FREETZ_AVM_SOURCE_4050_07_58
default "38e111c30cf5a164472d01e64c26053d292f702dec3eabb0b2634affebcc0b12" if FREETZ_AVM_SOURCE_4060_07_30
default "d6048c6d99a10b6c795f1290b6e42c6ac9551552c458351a28fbdf52b67aaa3c" if FREETZ_AVM_SOURCE_4060_07_56
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Latest changes

- AVM sources:
* 3000 ax 7.41 - 4.4.271
* 4040 8.00 - 4.4.271
* 4050 7.58 - 4.4.271
* 5530 8.00 - 4.9.276
* 5690 pro 7.62 - 5.4.213
Expand Down
Loading

0 comments on commit 7d5ccab

Please sign in to comment.