Skip to content

Commit

Permalink
Integrate kernel sources for 5491.07.12 (#247)
Browse files Browse the repository at this point in the history
via diff patch from 7490.07.11
  • Loading branch information
cawidtu authored and er13 committed Dec 5, 2019
1 parent b5602a0 commit 1f6a28d
Show file tree
Hide file tree
Showing 15 changed files with 3,319 additions and 2 deletions.
6 changes: 5 additions & 1 deletion config/avm/source.in
Expand Up @@ -107,6 +107,8 @@ config FREETZ_AVM_SOURCE_3490_06_31
bool
config FREETZ_AVM_SOURCE_5491_07_01
bool
config FREETZ_AVM_SOURCE_5491_07_12
bool
config FREETZ_AVM_SOURCE_7360_06_20
bool
config FREETZ_AVM_SOURCE_7490_06_30
Expand Down Expand Up @@ -181,6 +183,7 @@ config FREETZ_AVM_SOURCE_ID
default "3390_06.51" if FREETZ_AVM_SOURCE_3390_06_51
default "3490_06.31" if FREETZ_AVM_SOURCE_3490_06_31
default "5491_07.01" if FREETZ_AVM_SOURCE_5491_07_01
default "5491_07.12" if FREETZ_AVM_SOURCE_5491_07_12
default "7360_06.20" if FREETZ_AVM_SOURCE_7360_06_20
default "7490_06.30" if FREETZ_AVM_SOURCE_7490_06_30
default "7490_06.51" if FREETZ_AVM_SOURCE_7490_06_51
Expand Down Expand Up @@ -303,5 +306,6 @@ config FREETZ_AVM_SOURCE_FOR_SYSTEM_TYPE_VR9
select FREETZ_AVM_SOURCE_5491_07_01 if FREETZ_AVM_VERSION_07_0X && FREETZ_TYPE_5491
select FREETZ_AVM_SOURCE_7490_07_01 if FREETZ_AVM_VERSION_07_0X && !FREETZ_TYPE_5491
# 07.1X
select FREETZ_AVM_SOURCE_7490_07_11 if FREETZ_AVM_VERSION_07_1X
select FREETZ_AVM_SOURCE_5491_07_12 if FREETZ_AVM_VERSION_07_1X && FREETZ_TYPE_5491
select FREETZ_AVM_SOURCE_7490_07_11 if FREETZ_AVM_VERSION_07_1X && !FREETZ_TYPE_5491
bool
3 changes: 2 additions & 1 deletion config/mod/download.in
Expand Up @@ -108,6 +108,7 @@ menu "Override options"
default "3490_06.20" if FREETZ_AVM_SOURCE_3490_06_31 || FREETZ_AVM_SOURCE_6810_06_21 || FREETZ_AVM_SOURCE_7272_06_20 || FREETZ_AVM_SOURCE_7320_06_30 || FREETZ_AVM_SOURCE_7360_06_20 || FREETZ_AVM_SOURCE_7490_06_30
default "7490_06.51" if FREETZ_AVM_SOURCE_3390_06_51
default "7490_07.01" if FREETZ_AVM_SOURCE_5491_07_01
default "7490_07.11" if FREETZ_AVM_SOURCE_5491_07_12
default "6490_07.02" if FREETZ_AVM_SOURCE_6490_07_10
#
# not a final version -> use some version specific suffix
Expand Down Expand Up @@ -154,7 +155,7 @@ menu "Override options"
default "d2bc6b4ea5f067e232fc5b9c04ff0ff4" if FREETZ_AVM_SOURCE_7490_06_83
default "fa236f0b43aa2a7b903173bc0e726848" if FREETZ_AVM_SOURCE_7490_06_93
default "9dc643cfd52afb67a4ea169cfe82551d" if FREETZ_AVM_SOURCE_7490_07_01 || FREETZ_AVM_SOURCE_5491_07_01
default "4fc638c195942e5850caf9b13054fc6b" if FREETZ_AVM_SOURCE_7490_07_11
default "4fc638c195942e5850caf9b13054fc6b" if FREETZ_AVM_SOURCE_7490_07_11 || FREETZ_AVM_SOURCE_5491_07_12
default "750f8e9800f77d7bb8fc345e635602e2" if FREETZ_AVM_SOURCE_7530_07_02
default "35ed17f95d709de7a2509f56976b47e5" if FREETZ_AVM_SOURCE_7580_06_53
default "350317ac647aae7ad39645353581aff2" if FREETZ_AVM_SOURCE_7580_06_81
Expand Down
1 change: 1 addition & 0 deletions config/mod/kernel.in
Expand Up @@ -35,6 +35,7 @@ config FREETZ_REPLACE_KERNEL_EXPERIMENTAL
FREETZ_AVM_SOURCE_4020_06_50 || \
FREETZ_AVM_SOURCE_4020_07_01 || \
FREETZ_AVM_SOURCE_5491_07_01 || \
FREETZ_AVM_SOURCE_5491_07_12 || \
FREETZ_AVM_SOURCE_6490_06_87 || \
FREETZ_AVM_SOURCE_6490_07_02 || \
FREETZ_AVM_SOURCE_6490_07_10 || \
Expand Down

0 comments on commit 1f6a28d

Please sign in to comment.