Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2006-11-17 | - fix typo introduced in my global search and replace. | Bernhard Reutner-Fischer | |
2006-11-17 | - Adjust the install prefix for current busybox. | Bernhard Reutner-Fischer | |
2006-11-17 | - bump version and pass the target cflags in properly (at least for most of the | Bernhard Reutner-Fischer | |
tools. Needs fixing upstream). | |||
2006-11-17 | - I had to apply this patch to get it to build with a uClibc-snapshot.. | Bernhard Reutner-Fischer | |
2006-11-17 | - that version didn't build for me. | Bernhard Reutner-Fischer | |
Update version and make it compile.. | |||
2006-11-17 | - Typo fix: copy headers to the correct location on the target. | Bernhard Reutner-Fischer | |
2006-11-17 | - bump version | Bernhard Reutner-Fischer | |
2006-11-17 | - also allow grub for x86_64 | Bernhard Reutner-Fischer | |
- bump version | |||
2006-11-17 | - newer busyboxen want CROSS_COMPILE rather than the old CROSS. | Bernhard Reutner-Fischer | |
2006-11-17 | - check if busybox' Rules.mak exists. | Bernhard Reutner-Fischer | |
- add target dirs to ensure that all required dirs do exist so make busybox-menuconfig works in a pristine checkout. | |||
2006-11-16 | Make sure libgcc_s.so.1 and friends always gets installed in TARGET_DIR. | Peter Korsgaard | |
Patch by Lars Munch. | |||
2006-11-15 | make certain the target directory exists | Eric Andersen | |
2006-11-15 | subversion makes it so we do not need a separate tarball | Eric Andersen | |
to store empty directories and symlinks for the target_skeleton. | |||
2006-11-14 | bring up to version 3.31 | Eric Andersen | |
2006-11-05 | - point to the buildroot ML instead of the uclibc one. | Bernhard Reutner-Fischer | |
Thanks to Thomas Lundquist for pointing this out. | |||
2006-11-04 | - Patch from Thomas Lundquist to support lzma compressed ext2 rootfs. | Bernhard Reutner-Fischer | |
2006-11-03 | fix use of BUILD_WITH_LARGEFILE to properly | Eric Andersen | |
refer to BR2_LARGEFILE | |||
2006-10-26 | Fix missing libgcc_s.so.1 with BR2_GCC_SHARED_LIBGCC | Peter Korsgaard | |
2006-10-25 | Bump to upstream v1.2.2 | Peter Korsgaard | |
2006-10-21 | 2.17.50.0.6 ver bump | Mike Frysinger | |
2006-10-17 | update defaults | Eric Andersen | |
2006-10-17 | update config files | Eric Andersen | |
2006-10-17 | we use BR2_ENABLE_LOCALE not ENABLE_LOCALE | Eric Andersen | |
2006-10-14 | fix CrossCompileDir (patch by Andrew E. Milesk) | Peter Korsgaard | |
2006-10-11 | - normalize KERNEL_ARCH via sed | Bernhard Reutner-Fischer | |
2006-10-09 | new upstream version | Eric Andersen | |
2006-10-09 | use cannonical source location | Eric Andersen | |
2006-10-09 | use http for kernel.org | Eric Andersen | |
2006-10-09 | - we need to pass ARCH to the kernel; The kernel does not have a table to | Bernhard Reutner-Fischer | |
normalize the passed in ARCH, from the looks, so we have to normalize it manually. XXX: FIXME upstream via a simple shell script like the cc-checks! FIXME: flesh this out.. | |||
2006-10-09 | Bump version (patch by Fredrik Roubert) | Peter Korsgaard | |
2006-10-09 | - use headers_install for full kernel tarballs used as kernel-headers | Bernhard Reutner-Fischer | |
2006-10-07 | remove duplicate/invalid options in choice | Mike Frysinger | |
2006-10-06 | - passing the target arch in isn't useful | Bernhard Reutner-Fischer | |
2006-10-06 | - be gentle to vi syntax color mode | Bernhard Reutner-Fischer | |
2006-10-06 | - jffs2 requires the mtd package for the mtd-host tools. | Bernhard Reutner-Fischer | |
2006-10-06 | - use the HOSTCC given by the user. | Bernhard Reutner-Fischer | |
2006-10-03 | - use the HOSTCC for building host-tools. | Bernhard Reutner-Fischer | |
2006-10-03 | - late binding isn't a good idea there, i did end up with an empty SOURCE. | Bernhard Reutner-Fischer | |
2006-10-02 | add a know to enable/disable building a shared libgcc | Eric Andersen | |
2006-10-02 | kill the separate 'uClibc.config-locale' file, which was generally left ↵ | Eric Andersen | |
unmaintained and instead just update the installed uClibc config file in place to enable locale when selected | |||
2006-10-02 | escape the wildcard | Eric Andersen | |
2006-10-02 | Andrew E. Mileski writes: | Eric Andersen | |
This looks like a typo to me. Without this patch, one ends up with "i386AArchitecture" being defined, which doesn't match anything. | |||
2006-10-01 | - add missing hung from the BR2_ZCAT introduction | Bernhard Reutner-Fischer | |
2006-10-01 | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | |
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in) | |||
2006-10-01 | - add BR2_ZCAT in preparation of fixing bug #971 | Bernhard Reutner-Fischer | |
2006-09-30 | tidy up | Mike Frysinger | |
2006-09-30 | - fix bug #1042; Hardcoding system-paths is a bad idea. If some of them are not | Bernhard Reutner-Fischer | |
in PATH seen by make then most likely for a very good reason. Set your PATH accordingly if you need /bin or /usr/local/bin et al. | |||
2006-09-28 | - add stubs for gmp and mpfr | Bernhard Reutner-Fischer | |
not yet enabled | |||
2006-09-28 | - bump version | Bernhard Reutner-Fischer | |