diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-22 23:10:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-22 23:10:42 +0000 |
commit | 0bc9377f09ca15e9794acc292ea4715a59c385e8 (patch) | |
tree | 38bb0db4773ab0838d1b969f59dc298d010880ef | |
parent | fc54d059bfc1c40a8b9b1a6df7e2edd812e34f92 (diff) | |
download | upstream-0bc9377f09ca15e9794acc292ea4715a59c385e8.tar.gz upstream-0bc9377f09ca15e9794acc292ea4715a59c385e8.tar.bz2 upstream-0bc9377f09ca15e9794acc292ea4715a59c385e8.zip |
kernel: increase log buffer size
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33515 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index 31f3442edf..fa20b748ac 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -1380,7 +1380,7 @@ CONFIG_LOCKD_V4=y # CONFIG_LOGIRUMBLEPAD2_FF is not set # CONFIG_LOGITECH_FF is not set # CONFIG_LOGO is not set -CONFIG_LOG_BUF_SHIFT=14 +CONFIG_LOG_BUF_SHIFT=17 # CONFIG_LOONGSON_MC146818 is not set # CONFIG_LP486E is not set # CONFIG_LPC_SCH is not set |