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://207.154.207.93/?a=commitdiff_plain;h=cff0488525dccf7fd0b5c003377ad00e1cb74dfc;p=15.05%2Fopenwrt.git *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 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"