mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Update config 4.14
This commit is contained in:
parent
743244a8b3
commit
d37bc13012
2 changed files with 13 additions and 16 deletions
|
@ -157,17 +157,6 @@ CONFIG_CRYPTO_WORKQUEUE=y
|
|||
CONFIG_DCACHE_WORD_ACCESS=y
|
||||
CONFIG_DEBUG_BUGVERBOSE=y
|
||||
CONFIG_DEBUG_INFO=y
|
||||
# CONFIG_DEFAULT_BALIA is not set
|
||||
CONFIG_DEFAULT_CFQ=y
|
||||
CONFIG_DEFAULT_CUBIC=y
|
||||
# CONFIG_DEFAULT_DEADLINE is not set
|
||||
CONFIG_DEFAULT_IOSCHED="cfq"
|
||||
# CONFIG_DEFAULT_LIA is not set
|
||||
CONFIG_DEFAULT_MPTCP_PM="default"
|
||||
CONFIG_DEFAULT_MPTCP_SCHED="default"
|
||||
# CONFIG_DEFAULT_OLIA is not set
|
||||
CONFIG_DEFAULT_TCP_CONG="cubic"
|
||||
# CONFIG_DEFAULT_WVEGAS is not set
|
||||
CONFIG_DMADEVICES=y
|
||||
CONFIG_DMA_BCM2708=y
|
||||
CONFIG_DMA_BCM2835=y
|
||||
|
@ -338,8 +327,6 @@ CONFIG_MMC_BLOCK_MINORS=32
|
|||
CONFIG_MMC_SDHCI=y
|
||||
CONFIG_MMC_SDHCI_PLTFM=y
|
||||
CONFIG_MODULES_USE_ELF_RELA=y
|
||||
# CONFIG_MPTCP_PM_ADVANCED is not set
|
||||
# CONFIG_MPTCP_SCHED_ADVANCED is not set
|
||||
# CONFIG_MTD is not set
|
||||
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
||||
CONFIG_NEED_DMA_MAP_STATE=y
|
||||
|
@ -486,4 +473,4 @@ CONFIG_SND_BCM2708_SOC_ALLO_PIANO_DAC_PLUS=n
|
|||
CONFIG_SND_BCM2708_SOC_ALLO_BOSS_DAC=n
|
||||
CONFIG_SND_BCM2708_SOC_ALLO_DIGIONE=n
|
||||
CONFIG_SND_BCM2708_SOC_ALLO_KATANA_DAC=n
|
||||
CONFIG_SND_SOC_ICS43432=n
|
||||
CONFIG_SND_SOC_ICS43432=n
|
||||
|
|
|
@ -5632,5 +5632,15 @@ CONFIG_TCP_CONG_LIA=y
|
|||
CONFIG_TCP_CONG_OLIA=y
|
||||
CONFIG_TCP_CONG_WVEGAS=y
|
||||
CONFIG_TCP_CONG_BALIA=y
|
||||
CONFIG_DEFAULT_TCP_CONG="olia"
|
||||
CONFIG_MPTCP=y
|
||||
CONFIG_DEFAULT_TCP_CONG="cubic"
|
||||
CONFIG_MPTCP=y
|
||||
# CONFIG_DEFAULT_BALIA is not set
|
||||
# CONFIG_DEFAULT_LIA is not set
|
||||
# CONFIG_DEFAULT_OLIA is not set
|
||||
# CONFIG_DEFAULT_WVEGAS is not set
|
||||
# CONFIG_DEFAULT_BBR is not set
|
||||
CONFIG_DEFAULT_CUBIC=y
|
||||
CONFIG_DEFAULT_MPTCP_PM="default"
|
||||
CONFIG_DEFAULT_MPTCP_SCHED="default"
|
||||
CONFIG_MPTCP_PM_ADVANCED=y
|
||||
CONFIG_MPTCP_SCHED_ADVANCED=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue