| Commit message (Expand) | Author | Age | Files | Lines |
* | patch: convert to the autotools infrastructure and bump version | Thomas Petazzoni | 2010-04-13 | 1 | -64/+5 |
* | smartmontools: convert to the autotools infrastructure | Thomas Petazzoni | 2010-04-13 | 1 | -68/+1 |
* | setserial: convert to the autotools infrastructure | Thomas Petazzoni | 2010-04-13 | 1 | -66/+7 |
* | udpcast: convert to the autotools infrastructure | Thomas Petazzoni | 2010-04-13 | 1 | -79/+14 |
* | x11vnc: cleanup useless config options | Thomas Petazzoni | 2010-04-13 | 1 | -5/+2 |
* | vtun: convert to the autotools infrastructure | Thomas Petazzoni | 2010-04-13 | 1 | -71/+5 |
* | Get rid of the OPTIMIZE_FOR_CPU variable | Thomas Petazzoni | 2010-04-11 | 2 | -5/+2 |
* | Get rid of useless OpenMP related code | Thomas Petazzoni | 2010-04-11 | 2 | -8/+1 |
* | Remove variables useless after BR2_PREFER_IMA removal | Thomas Petazzoni | 2010-04-11 | 1 | -4/+0 |
* | Get rid of unused variables | Thomas Petazzoni | 2010-04-11 | 1 | -7/+0 |
* | Update defconfigs after BR2_ENABLE_LOCALE_PREGENERATED removal | Thomas Petazzoni | 2010-04-11 | 11 | -11/+0 |
* | Remove BR2_ENABLE_LOCALE_PREGENERATED | Thomas Petazzoni | 2010-04-11 | 2 | -30/+1 |
* | Get rid of now unused HOST_ARCH computation code | Thomas Petazzoni | 2010-04-11 | 1 | -14/+0 |
* | Update defconfigs after BR2_GNU_BUILD_SUFFIX removal | Thomas Petazzoni | 2010-04-11 | 27 | -27/+0 |
* | Guess build system and remove BR2_GNU_BUILD_SUFFIX | Thomas Petazzoni | 2010-04-11 | 4 | -19/+7 |
* | Move the global config cache option to an Advanced submenu | Thomas Petazzoni | 2010-04-11 | 1 | -8/+12 |
* | Bring the three path-related options together | Thomas Petazzoni | 2010-04-11 | 1 | -2/+2 |
* | Move the command-related options to a submenu | Thomas Petazzoni | 2010-04-11 | 1 | -0/+4 |
* | Update defconfigs after BR2_HAVE_{INFOPAGES,MANPAGES} removal | Thomas Petazzoni | 2010-04-11 | 26 | -52/+0 |
* | Get rid of BR2_HAVE_{MANPAGES,INFOPAGES} config options | Thomas Petazzoni | 2010-04-11 | 1 | -15/+2 |
* | Use BR2_HAVE_DOCUMENTATION instead of BR2_HAVE_{MANPAGES,INFOPAGES} | Thomas Petazzoni | 2010-04-11 | 8 | -8/+8 |
* | Do not remove documentation on a per-package basis | Thomas Petazzoni | 2010-04-11 | 1 | -9/+0 |
* | Remove all documentation when BR2_HAVE_DOCUMENTATION is not set | Thomas Petazzoni | 2010-04-11 | 1 | -3/+2 |
* | Do not let packages remove man pages, info pages and documentation | Thomas Petazzoni | 2010-04-11 | 19 | -143/+2 |
* | Update defconfigs after BR2_UPDATE_CONFIG removal | Thomas Petazzoni | 2010-04-11 | 28 | -28/+0 |
* | Update config.{guess,sub} unconditionally | Thomas Petazzoni | 2010-04-11 | 3 | -12/+0 |
* | Update defconfig after BR2_PREFER_IMA removal | Thomas Petazzoni | 2010-04-11 | 27 | -27/+0 |
* | Remove BR2_PREFER_IMA | Thomas Petazzoni | 2010-04-11 | 6 | -42/+0 |
* | cramfs: fix help text typo | Peter Korsgaard | 2010-04-09 | 1 | -2/+2 |
* | Merge branch 'squashfs3' of git://git.busybox.net/~tpetazzoni/git/buildroot | Peter Korsgaard | 2010-04-09 | 6 | -0/+89 |
|\ |
|
| * | Add version selection for the SquashFS root filesystem | Thomas Petazzoni | 2010-04-09 | 2 | -0/+23 |
| * | squashfs3: new package | Thomas Petazzoni | 2010-04-09 | 4 | -0/+66 |
* | | Merge branch 'fs-cleanup' of git://git.busybox.net/~tpetazzoni/git/buildroot | Peter Korsgaard | 2010-04-09 | 100 | -1675/+963 |
|\| |
|
| * | fs/*/Config.in: remove useless configuration comments | Thomas Petazzoni | 2010-04-09 | 4 | -27/+0 |
| * | Update defconfigs after fs cleanup | Thomas Petazzoni | 2010-04-09 | 21 | -66/+66 |
| * | Coherent naming for .mk files in fs/ | Thomas Petazzoni | 2010-04-09 | 6 | -0/+0 |
| * | Move all filesystem generation code to fs/ | Thomas Petazzoni | 2010-04-09 | 30 | -34/+37 |
| * | Remove IMAGE and related configuration options | Thomas Petazzoni | 2010-04-09 | 2 | -16/+0 |
| * | iso9660: rework in a similar way to ROOTFS_TARGET | Thomas Petazzoni | 2010-04-09 | 2 | -19/+16 |
| * | target/common: do not use IMAGE | Thomas Petazzoni | 2010-04-09 | 1 | -4/+4 |
| * | busybox initramfs: do not use the IMAGE variable | Thomas Petazzoni | 2010-04-09 | 1 | -1/+1 |
| * | initramfs: convert to ROOTFS_TARGET infrastructure | Thomas Petazzoni | 2010-04-09 | 1 | -31/+6 |
| * | ubifs: convert to ROOTFS_TARGET infrastructure | Thomas Petazzoni | 2010-04-09 | 2 | -63/+5 |
| * | jffs2: convert to ROOTFS_TARGET infrastructure | Thomas Petazzoni | 2010-04-09 | 2 | -45/+16 |
| * | ext2: convert to ROOTFS_TARGET infrastructure | Thomas Petazzoni | 2010-04-09 | 2 | -70/+11 |
| * | squashfs: convert to ROOTFS_TARGET infrastructure | Thomas Petazzoni | 2010-04-09 | 1 | -29/+5 |
| * | tar: convert to ROOTFS_TARGET infrastructure | Thomas Petazzoni | 2010-04-09 | 1 | -45/+4 |
| * | romfs: convert to ROOTFS_TARGET infrastructure | Thomas Petazzoni | 2010-04-09 | 1 | -24/+6 |
| * | cramfs: convert to ROOTFS_TARGET infrastructure | Thomas Petazzoni | 2010-04-09 | 1 | -26/+5 |
| * | cpio: convert to ROOTFS_TARGET infrastructure | Thomas Petazzoni | 2010-04-09 | 1 | -55/+7 |