*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
master
Felix Fietkau 2006-10-17 20:58:47 +00:00
parent 8562385f71
commit cff0488525
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include <unistd.h>
#include <locale.h>
#define BUFSIZE 32768
#define BUFSIZE 524288
#define LKC_DIRECT_LINK
#include "lkc.h"