defconfig: update

appletli.c: add vda's (C)
top: fixlet for incorrect display of "0"
Makefile: reduce stack size from 20k to 16k
This commit is contained in:
Denis Vlasenko
2007-12-24 12:16:24 +00:00
parent e4bc603f0b
commit fcfb5c04bb
4 changed files with 15 additions and 9 deletions

View File

@@ -97,4 +97,5 @@ endif
# Busybox is a stack-fatty so make sure we increase default size
# TODO: use "make stksizes" to find & fix big stack users
# (we stole scripts/checkstack.pl from the kernel... thanks guys!)
FLTFLAGS += -s 20000
# Reduced from 20k to 16k in 1.9.0.
FLTFLAGS += -s 16000