ADS

2013年5月9日 星期四

2013.05.09, [Busybox] Stuck(jailed) in the menuconfig!!!???

Happened in the elder version of busybox releases.(Not sure how old, I met it in 1.13.4, 1.20.x doen't happened.)

Here is the solution:

http://git.busybox.net/busybox/commit/?id=5a746dcec5c1e09c3cff0326c3b205d2427861f0

In file "./scripts/kconfig/mconf.c"

-static char buf[4096], *bufptr = buf;
+static char buf[4096*10], *bufptr = buf;


 ===============================
FYI. Works for me. :P