From: nbd Date: Tue, 17 Oct 2006 20:58:47 +0000 (+0000) Subject: *sigh* increase size of the static buffer allocated in menuconfig again X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=b11d6447e452998d7b104aec1ddbd2e2346b97a5 *sigh* increase size of the static buffer allocated in menuconfig again git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5198 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c index b3709fe80..489648194 100644 --- a/scripts/config/mconf.c +++ b/scripts/config/mconf.c @@ -22,7 +22,7 @@ #include #include -#define BUFSIZE 32768 +#define BUFSIZE 524288 #define LKC_DIRECT_LINK #include "lkc.h"