Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-15 | Change all instances of 'ln -sf' to 'ln -snf' | Eric Andersen | |
2005-04-15 | Some minor updates for the net4521 | Eric Andersen | |
2005-04-14 | switch to mips32 | Eric Andersen | |
2005-04-14 | Update cramfs to handle switching endianness when necessary | Eric Andersen | |
2005-04-12 | Make busybox config file location a config option | Eric Andersen | |
2005-04-12 | Apply patch from http://bugs.busybox.net/view.php?id=205 | Eric Andersen | |
2005-04-08 | - fix broken concatenated lines. reported by hermannb bug #216 | Ned Ludd | |
2005-03-31 | Minor platform updates | Eric Andersen | |
2005-03-10 | Teach the kernel config to also swing both ways | Eric Andersen | |
2005-03-10 | Try out mips3 | Eric Andersen | |
2005-03-10 | The DBAu1500 can run as either big or little endian | Eric Andersen | |
2005-03-09 | Fixup device table location | Eric Andersen | |
2005-03-09 | Add board support for AMD devel boards | Eric Andersen | |
2005-03-09 | Add board support for the AMD DBAu1500 development board | Eric Andersen | |
2005-03-01 | Fix Soekris net4521 kernel config location | Eric Andersen | |
2005-02-25 | ext2 was renamed, update config option | Mike Frysinger | |
2005-02-25 | rename patches to avoid any confision as to patch order | Eric Andersen | |
2005-02-24 | target/device/Soekris/net4521/linux.mk should only be used when | Eric Andersen | |
BR2_TARGET_SOEKRIS_NET4521 is enabled. | |||
2005-02-22 | fixup kernel compile | Eric Andersen | |
2005-02-18 | Do not squash perms, just owner | Eric Andersen | |
2005-02-18 | move stuff around a little bit more | Eric Andersen | |
2005-02-17 | I need this bit too | Eric Andersen | |
2005-02-17 | more example device support | Eric Andersen | |
2005-02-17 | fixup a couple of typos | Eric Andersen | |
2005-02-17 | move more stuff around for better board support | Eric Andersen | |
2005-02-17 | more changes towards better board support | Eric Andersen | |
2005-02-17 | more changes towards better board support | Eric Andersen | |
2005-02-17 | shuffle things around | Eric Andersen | |
2005-02-17 | Move stuff around | Eric Andersen | |
2005-02-17 | Move device table to | Eric Andersen | |
2005-02-17 | Add the new device directory | Eric Andersen | |
2005-02-16 | cleanup whitespace | Eric Andersen | |
2005-02-15 | doh. The first hunk of my patch was redundant | Eric Andersen | |
2005-02-15 | Fix it so that owners and permissions specified in device table | Eric Andersen | |
entires are not squashed. | |||
2005-02-12 | We need to calculate filesystem size right when we run genext2fs. | Eric Andersen | |
As was, size was calculated right when 'make' was run, at which point the rootfs may well be empty... | |||
2005-02-10 | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | |
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | |||
2005-02-10 | menuconfig -> config | Mike Frysinger | |
2005-02-09 | Fix broken config menu | Eric Andersen | |
2005-02-09 | touchup description to look like all the others | Mike Frysinger | |
2005-02-09 | allow users to generate tarballs of the target filesystem | Mike Frysinger | |
2005-02-09 | touchups | Mike Frysinger | |
2005-02-09 | add URL for more info | Mike Frysinger | |
2005-01-23 | Patch from gtj: http://bugs.uclibc.org/view.php?id=40 | Eric Andersen | |
0000040: Adds options to jffs2 filesystem creation Brings jffs2 up to the 20041007 build level so it will compile with both 2.4 and 2.6 kernels. Adds ability to specify eraseblock and pad sizes, permissions squash, big/little endian and device table in the configuration. Also adds capability to copy the resulting image to a secondary location like a tftp server's root directory. mtd.patch adds capabilities of the previously attached patch plus allows you to compile a version of the utilities to run on the target system. So now there's a set of config options under package to compile the utils for distribution to the target and a set of config options under target to create a jffs2 filesystem. | |||
2005-01-23 | Patch from gtj -- http://bugs.uclibc.org/view.php?id=39 | Eric Andersen | |
0000039: Adds options to ext2 filesystem creation Adds ability to specify block and inode counts, reserved blocks, permissions squash and device table in the configuration. Also adds capability to gzip output and to copy the resulting image to a secondary location like a tftp server's root directory. | |||
2004-12-27 | Update to latest CVS version of genext2fs | Eric Andersen | |
http://cvs.sourceforge.net/viewcvs.py/genext2fs/ which includes my device table stuff | |||
2004-12-22 | Philip Rakity <prakity@yahoo.com>: I forgot to mention that the makefile in ↵ | Mike Frysinger | |
genextfs has one error that the macosx ld program detects -- this is the duplicate -o option | |||
2004-10-27 | use fs type as file extension | Tim Riker | |
2004-10-09 | Fix it so we once again build the target root_fs | Eric Andersen | |
2004-10-09 | Fix it so we once again build the target root_fs | Eric Andersen | |
2004-10-09 | Remove references to the obsolete SOURCE_DIR | Eric Andersen | |