Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2006-09-28 | - add possibility to use a 2.6.18 (full) kernel tarball for the libc-headers. | Bernhard Reutner-Fischer | |
2006-09-28 | - rediff against current trunk. | Bernhard Reutner-Fischer | |
Now compiles again if locale is turned off.. | |||
2006-09-28 | - rediff against current trunk | Bernhard Reutner-Fischer | |
2006-09-28 | Network block device package (client only) | Peter Korsgaard | |
2006-09-27 | 2.17.50.0.5 ver bump | Mike Frysinger | |
2006-09-27 | help if we had the patches for the new version | Mike Frysinger | |
2006-09-27 | make 3.80 doesn't understand 'else ifeq(..)' | Peter Korsgaard | |
Reported by Jeff Rhyason. | |||
2006-09-27 | Don't disable tcl twice | Peter Korsgaard | |
2006-09-26 | sqlite package, based on gumstix | Peter Korsgaard | |
2006-09-26 | The target is readline-target, not readline_target | Peter Korsgaard | |
2006-09-26 | Proper !i386 cross compilation support | Peter Korsgaard | |
2006-09-25 | Set 0.9.28 floating point mode according to BR2_SOFT_FLOAT | Peter Korsgaard | |
2006-09-25 | depend instead of select on zlib/png to shut up Kconfig warning | Peter Korsgaard | |
(doesn't change anything as xorg already depends on them) | |||
2006-09-25 | GRUB package is called BR2_TARGET_GRUB | Peter Korsgaard | |
2006-09-25 | Valgrind works on PPC and AMD64 as well nowadays. | Peter Korsgaard | |
Use Kconfig to ensure valgrind can only be enabled on supported archs. | |||
2006-09-25 | Bump version | Peter Korsgaard | |
2006-09-24 | patch is incorrect; we do not want to ignore comments while in #NO_APP mode | Mike Frysinger | |
2006-09-24 | ver bump | Mike Frysinger | |
2006-09-19 | fix big/little endian | Peter Korsgaard | |
2006-09-19 | Don't copy static lib to TARGET_DIR | Peter Korsgaard | |
2006-09-19 | Add dillo package | Peter Korsgaard | |
2006-09-11 | - add missing include | Bernhard Reutner-Fischer | |
2006-08-29 | - repair deps. | Bernhard Reutner-Fischer | |
2006-08-29 | - add lzma | Bernhard Reutner-Fischer | |
2006-08-29 | - bump version | Bernhard Reutner-Fischer | |
2006-08-29 | - add package lzma | Bernhard Reutner-Fischer | |
2006-08-28 | - use cross strip instead of host strip; closes #773 | Bernhard Reutner-Fischer | |
2006-08-28 | - add rope-index patch, updated for 4.2.0 | Bernhard Reutner-Fischer | |
2006-08-28 | Add an sh64 target to buildroot. | Paul Mundt | |
2006-08-25 | Don Reid writes: | Eric Andersen | |
It looks like the linux binary is just used if a system map file cannot be found. So I changed the make file to remove it. | |||
2006-08-25 | fixup lsof so it will apply patches, and compile when rpc is disabled | Eric Andersen | |
2006-08-24 | - update to 2.0.0 and correct site. | Bernhard Reutner-Fischer | |
2006-08-24 | - update to 1.02.09 | Bernhard Reutner-Fischer | |
2006-08-24 | - make sure that the prerequisites of 'make busybox-menuconfig' are met | Bernhard Reutner-Fischer | |
2006-08-24 | - remove patch that was already applied upstream | Bernhard Reutner-Fischer | |
2006-08-24 | - adjust to current snapshot | Bernhard Reutner-Fischer | |
2006-08-24 | - pickup the PATH the user has set. | Bernhard Reutner-Fischer | |
Fixes HOSTCC et al being installed in e.g. /opt where it wasn't found before. | |||
2006-08-24 | add URL for binutils 2.17 #1002 | Mike Frysinger | |
2006-08-22 | mkfs.jffs2 doesn't like short form of pad option with arg | Peter Korsgaard | |
2006-08-21 | Bump to upstream v3.1 | Peter Korsgaard | |
2006-08-10 | Use http. Add support for building cross depmod for 2.6 kernels. | Eric Andersen | |
Don't hard code version numbers all over the place. | |||
2006-08-10 | comparing $(ARCH) vs i.e. i386 isn't going to work when ARCH=i486 etc. | Eric Andersen | |
Need to instead compare vs BR2_i386 and friends. | |||
2006-08-10 | update valgrind to the latest and greatest, forward port my patches. | Eric Andersen | |
Mental note: submit upstream | |||
2006-08-10 | rework hotplug with a customized version not dependant on kernel sources | Eric Andersen | |
2006-08-02 | Add support for mklibs (strips unused syms from shared libs such as uClibc) | Eric Andersen | |
based on a patch from akvadrako, and using a version of mklibs.py that was massively hacked up by andersee and mjn3 for uClibc support. | |||
2006-07-31 | Bump to upstream v1.2.1 | Peter Korsgaard | |
2006-07-27 | Stupid make needs tabs. Fix broken whitespace | Eric Andersen | |