Skip to content

Commit

Permalink
enable 6490 / 7.01 Replace Kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
f666 committed Jan 12, 2019
1 parent fc36611 commit eef5148
Show file tree
Hide file tree
Showing 5 changed files with 5,637 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/avm/source.in
Expand Up @@ -73,6 +73,8 @@ config FREETZ_AVM_SOURCE_7530_07_02
# PUMA6
config FREETZ_AVM_SOURCE_6490_06_87
bool
config FREETZ_AVM_SOURCE_6490_07_01
bool
config FREETZ_AVM_SOURCE_6590_06_87
bool
config FREETZ_AVM_SOURCE_6590_07_00
Expand Down Expand Up @@ -152,6 +154,7 @@ config FREETZ_AVM_SOURCE_ID
default "7530_07.02" if FREETZ_AVM_SOURCE_7530_07_02
# PUMA6
default "6490_06.87" if FREETZ_AVM_SOURCE_6490_06_87
default "6490_07.01" if FREETZ_AVM_SOURCE_6490_07_01
default "6590_06.87" if FREETZ_AVM_SOURCE_6590_06_87
default "6590_07.00" if FREETZ_AVM_SOURCE_6590_07_00
# QCA956x
Expand Down Expand Up @@ -233,7 +236,8 @@ config FREETZ_AVM_SOURCE_FOR_SYSTEM_TYPE_PUMA6
select FREETZ_AVM_SOURCE_6490_06_87 if FREETZ_AVM_VERSION_06_8X && FREETZ_TYPE_6490
select FREETZ_AVM_SOURCE_6590_06_87 if FREETZ_AVM_VERSION_06_8X && FREETZ_TYPE_6590
# 07.0X
select FREETZ_AVM_SOURCE_6590_07_00 if FREETZ_AVM_VERSION_07_0X
select FREETZ_AVM_SOURCE_6490_07_01 if FREETZ_AVM_VERSION_07_0X && FREETZ_TYPE_6490
select FREETZ_AVM_SOURCE_6590_07_00 if FREETZ_AVM_VERSION_07_0X && FREETZ_TYPE_6590
bool

config FREETZ_AVM_SOURCE_FOR_SYSTEM_TYPE_QCA955x
Expand Down
1 change: 1 addition & 0 deletions config/mod/kernel.in
Expand Up @@ -34,6 +34,7 @@ config FREETZ_REPLACE_KERNEL_EXPERIMENTAL
FREETZ_AVM_SOURCE_3490_06_31 || \
FREETZ_AVM_SOURCE_4020_06_50 || \
FREETZ_AVM_SOURCE_6490_06_87 || \
FREETZ_AVM_SOURCE_6490_07_01 || \
FREETZ_AVM_SOURCE_6590_06_87 || \
FREETZ_AVM_SOURCE_6590_07_00 || \
FREETZ_AVM_SOURCE_6810_06_21 || \
Expand Down

0 comments on commit eef5148

Please sign in to comment.