The packages placed here are not maintained - See: http://razzle.dk/git-php/git.php and http://razzle.dk/git/gumstix-buildroot/ to get the newest version of the packages. -------------------------------------------------------------------------------- samba.tgz: buildroot configuration for Samba (2.2.12) modified for Gumstix openssh.tgz: Gumstix buildroot configuration for openssh-3.9p1 with updated openssh.patch to work around the uClibc __progname=null problem in uClibc<0.9.29 - Haven't tried release 0.9.29, but it seems like the problem is fixed (uClibc/libc/misc/internals/__uClibc_main.c). The problem is shown in the below test program: #include #include extern char *__progname; int main( int argc, char **argv ) { #ifdef __UCLIBC_HAS___PROGNAME__ printf("__UCLIBC_HAS___PROGNAME__ defined\n"); printf( "__progname=%s\n", __progname); #endif return 0; } The program prints: __UCLIBC_HAS___PROGNAME__ defined __progname=(null) dropbear.tgz: Gumstix buildroot configuration for dropbear 0.48.1 with updated options.patch to enable sftp-server in the path /usr/sbin/sftp-server