Browse Source

*sigh* increase size of the static buffer allocated in menuconfig again

SVN-Revision: 5198
v19.07.3_mercusys_ac12_duma
Felix Fietkau 17 years ago
parent
commit
b6e3a52a8d
  1. 2
      scripts/config/mconf.c

2
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"

Loading…
Cancel
Save