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 | c83d91fcfc5b8e6221870dbd8531df2a17e637ea (patch) | |
tree | dbe2db189f00d45bb70135416543d18ba5330dfb /target/linux/s3c24xx | |
parent | cc343c1504d77a8dcfea7e009c7e6aa586af2c48 (diff) | |
download | upstream-c83d91fcfc5b8e6221870dbd8531df2a17e637ea.tar.gz upstream-c83d91fcfc5b8e6221870dbd8531df2a17e637ea.tar.bz2 upstream-c83d91fcfc5b8e6221870dbd8531df2a17e637ea.zip |
unify congestion control options
SVN-Revision: 15844
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 |