Skip to content

Commit

Permalink
7530axb: use 7510 src
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Oct 23, 2024
1 parent 3f03c90 commit e30611f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/avm/source.in
Original file line number Diff line number Diff line change
Expand Up @@ -537,12 +537,12 @@ config FREETZ_AVM_SOURCE_FOR_SYSTEM_TYPE_QCA956x

config FREETZ_AVM_SOURCE_FOR_SYSTEM_TYPE_MAPLE
depends on FREETZ_SYSTEM_TYPE_MAPLE
select FREETZ_AVM_SOURCE_3009_07_41 if FREETZ_AVM_VERSION_07_2X_MAX
select FREETZ_AVM_SOURCE_3009_07_41 if FREETZ_AVM_VERSION_07_2X_MAX && (FREETZ_TYPE_3000_W6 || FREETZ_TYPE_1200_W6 || FREETZ_TYPE_7510)
#
select FREETZ_AVM_SOURCE_1209_07_56 if FREETZ_AVM_VERSION_07_5X_MIN && (FREETZ_TYPE_1200_W6 || FREETZ_TYPE_3000_W6 || FREETZ_TYPE_7530_W6_V2)
select FREETZ_AVM_SOURCE_1209_07_56 if FREETZ_AVM_VERSION_07_5X_MIN && (FREETZ_TYPE_1200_W6 || FREETZ_TYPE_3000_W6)
select FREETZ_AVM_SOURCE_1249_07_57 if FREETZ_AVM_VERSION_07_5X_MIN && FREETZ_TYPE_1240_W6
select FREETZ_AVM_SOURCE_4050_07_58 if FREETZ_AVM_VERSION_07_5X_MIN && FREETZ_TYPE_4050
select FREETZ_AVM_SOURCE_7510_07_56 if FREETZ_AVM_VERSION_07_5X_MIN && FREETZ_TYPE_7510
select FREETZ_AVM_SOURCE_7510_07_56 if FREETZ_AVM_VERSION_07_5X_MIN && (FREETZ_TYPE_7510 || FREETZ_TYPE_7530_W6_V2)
select FREETZ_AVM_SOURCE_GATE_07_54 if FREETZ_AVM_VERSION_07_5X_MIN && FREETZ_TYPE_GATE
bool

Expand Down

0 comments on commit e30611f

Please sign in to comment.