From b6e3a52a8db52617c1ee8ba46af3da64b38a2391 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Tue, 17 Oct 2006 20:58:47 +0000
Subject: [PATCH] *sigh* increase size of the static buffer allocated in
 menuconfig again

SVN-Revision: 5198
---
 scripts/config/mconf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 <unistd.h>
 #include <locale.h>
 
-#define BUFSIZE 32768
+#define BUFSIZE 524288
 #define LKC_DIRECT_LINK
 #include "lkc.h"
 
-- 
GitLab