r2028

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Fri Oct 26 19:19:28 CEST 2007


Author: amadeus
Date: 2007-10-26 19:19:23 +0200 (Fri, 26 Oct 2007)
New Revision: 2028

Log:
Fix this nasty 2GB FAT16 problem - in an unexpected place.

Modified: trunk/user/busybox/Rules.mak
===================================================================
--- trunk/user/busybox/Rules.mak	2007-10-25 18:45:33 UTC (rev 2027)
+++ trunk/user/busybox/Rules.mak	2007-10-26 17:19:23 UTC (rev 2028)
@@ -47,7 +47,8 @@
 # MAKEFILES      = $(TOPDIR).config
 endif
 
-FLTFLAGS       += -s 20000
+# Note that 20K stack space is too low if we use 2GB SD cards
+FLTFLAGS       += -s 30000
 
 # What OS are you compiling busybox for?  This allows you to include
 # OS specific things, syscall overrides, etc.




More information about the dslinux-commit mailing list