diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-05-14 12:42:07 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-05-14 12:42:07 +0000 |
commit | db8d9304dc64011306e4724a066a8c668a2484e1 (patch) | |
tree | 9a0cfaacf235e73ffcad0fb18bd2be50c3eb2e81 /target/linux/s3c24xx | |
parent | fd47c17700a585f4f292352c654f5c540bb9e8a7 (diff) | |
download | upstream-db8d9304dc64011306e4724a066a8c668a2484e1.tar.gz upstream-db8d9304dc64011306e4724a066a8c668a2484e1.tar.bz2 upstream-db8d9304dc64011306e4724a066a8c668a2484e1.zip |
unify congestion control options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15844 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx')
-rw-r--r-- | target/linux/s3c24xx/config-2.6.28 | 3 | ||||
-rw-r--r-- | target/linux/s3c24xx/config-2.6.29 | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/s3c24xx/config-2.6.28 b/target/linux/s3c24xx/config-2.6.28 index 1d586ac616..6fe5a0428a 100644 --- a/target/linux/s3c24xx/config-2.6.28 +++ b/target/linux/s3c24xx/config-2.6.28 @@ -107,7 +107,6 @@ CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_MEMORY_INIT=y CONFIG_DEBUG_S3C_UART=2 # CONFIG_DEBUG_USER is not set -CONFIG_DEFAULT_TCP_CONG="cubic" CONFIG_DISPLAY_JBT6K74=y CONFIG_DISPLAY_SUPPORT=y CONFIG_DMADEVICES=y @@ -442,8 +441,6 @@ CONFIG_SUSPEND_FREEZER=y CONFIG_SYSFS_DEPRECATED=y CONFIG_SYSFS_DEPRECATED_V2=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y -# CONFIG_TCP_CONG_ADVANCED is not set -CONFIG_TCP_CONG_CUBIC=y CONFIG_TCP_MD5SIG=y # CONFIG_TOUCHSCREEN_ADS7846 is not set # CONFIG_TOUCHSCREEN_ELO is not set diff --git a/target/linux/s3c24xx/config-2.6.29 b/target/linux/s3c24xx/config-2.6.29 index 57d824da6e..d9ec4c3de0 100644 --- a/target/linux/s3c24xx/config-2.6.29 +++ b/target/linux/s3c24xx/config-2.6.29 @@ -100,7 +100,6 @@ CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_MEMORY_INIT=y CONFIG_DEBUG_S3C_UART=2 # CONFIG_DEBUG_USER is not set -CONFIG_DEFAULT_TCP_CONG="cubic" # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set CONFIG_DISPLAY_JBT6K74=y # CONFIG_DISPLAY_L1K002 is not set @@ -451,8 +450,6 @@ CONFIG_SUSPEND_FREEZER=y CONFIG_SYSFS_DEPRECATED=y CONFIG_SYSFS_DEPRECATED_V2=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y -# CONFIG_TCP_CONG_ADVANCED is not set -CONFIG_TCP_CONG_CUBIC=y CONFIG_TCP_MD5SIG=y # CONFIG_TOUCHSCREEN_ADS7846 is not set # CONFIG_TOUCHSCREEN_ELO is not set |