From: Felix Fietkau 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.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=d92ad896177bbbcbf70808146e84bd440db32c07;ds=sidebyside *sigh* increase size of the static buffer allocated in menuconfig again SVN-Revision: 5198 --- diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c index b3709fe80d..4896481942 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"