diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-20 10:54:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-20 10:54:49 +0000 |
commit | f8194a286958c8ee0dfe4d26dee7a0a12a3014f4 (patch) | |
tree | 54840cbfdef35c40bd63383b724f38b64e06c43f /target/linux | |
parent | 668b85c3eddbd4da7f6e298f565d1d93460da555 (diff) | |
download | upstream-f8194a286958c8ee0dfe4d26dee7a0a12a3014f4.tar.gz upstream-f8194a286958c8ee0dfe4d26dee7a0a12a3014f4.tar.bz2 upstream-f8194a286958c8ee0dfe4d26dee7a0a12a3014f4.zip |
[kernel] 2.6.30: add CONFIG_DEFAULT_MMAP_MIN_ADDR symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16933 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.30 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.30 b/target/linux/generic-2.6/config-2.6.30 index 9f4c1175c9..92efddc036 100644 --- a/target/linux/generic-2.6/config-2.6.30 +++ b/target/linux/generic-2.6/config-2.6.30 @@ -407,6 +407,7 @@ CONFIG_DEBUG_FS=y CONFIG_DEFAULT_DEADLINE=y # CONFIG_DEFAULT_HTCP is not set CONFIG_DEFAULT_IOSCHED="deadline" +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 # CONFIG_DEFAULT_NOOP is not set # CONFIG_DEFAULT_RENO is not set CONFIG_DEFAULT_TCP_CONG="westwood" |