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
沒有留言:
張貼留言