diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-01-21 21:30:48 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-11 10:57:03 +0200 |
| commit | ca73ebfce03d8d62ddc282e575f67bcd9baa3e0c (patch) | |
| tree | 17d452a5274fdd261f0baea5e07ffeefb6bb30cf | |
| parent | dfa9f4238064e49c0f96d91a9ea97329e21aa51e (diff) | |
defconfig: ril: define Active Modem to 5 instead of 6 to fix LTE (thanks @danielhk for the tips)
| -rw-r--r-- | arch/arm64/configs/los14_m2note_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/configs/los14_m2note_defconfig b/arch/arm64/configs/los14_m2note_defconfig index 836f5d4b3..30f39345b 100644 --- a/arch/arm64/configs/los14_m2note_defconfig +++ b/arch/arm64/configs/los14_m2note_defconfig @@ -1208,7 +1208,7 @@ CONFIG_MTK_NET_CCMNI=y # CONFIG_MTK_C2K_DATA_PPP_SUPPORT is not set # CONFIG_MTK_IRAT_SUPPORT is not set CONFIG_MTK_ENABLE_MD1=y -CONFIG_MTK_MD1_SUPPORT=6 +CONFIG_MTK_MD1_SUPPORT=5 CONFIG_MD1_SIZE=0x5000000 CONFIG_MD1_SMEM_SIZE=0x200000 # CONFIG_MTK_ENABLE_MD2 is not set |
