Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-22 | update valgrind to the latest and greatest | Eric Andersen | |
2005-07-20 | e2fsprogs does not appear to be 'make -j N' safe for N > 1 | Eric Andersen | |
2005-07-19 | update to dropbear-0.46 | Eric Andersen | |
2005-07-18 | Apply the fix for gcc bug #22167 | Eric Andersen | |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22167 remove gcc 3.3.3, change config for sjlj exception handling a bit. | |||
2005-07-18 | Update the set of available kernel headers to include 2.4.31 and 2.6.12 | Eric Andersen | |
2005-07-18 | Fixup standalong makedevs to handle regular files, and also fix | Eric Andersen | |
it to properly update file permissions as specified. | |||
2005-07-15 | A little more setup | Eric Andersen | |
2005-07-15 | Install xorg modules correctly | Eric Andersen | |
2005-07-14 | Yet more xorg build fixups | Eric Andersen | |
2005-07-14 | Run ldconfig on the target rootfs to generate /etc/ld.so.cache | Eric Andersen | |
2005-07-14 | Add device nodes for /dev/input by default (xorg and others want then) | Eric Andersen | |
2005-07-13 | Get it building | Eric Andersen | |
2005-07-13 | file-4.12 is no longer available | Eric Andersen | |
2005-07-13 | Fix some stupid bugs in the Xorg build | Eric Andersen | |
2005-07-12 | Thomas Lundquist writes: | Eric Andersen | |
If I understand you correctly, you want the ncurses development headers on the target. a patch for this (named target_headers.patch and includes similar options for a few other libs in buildroot) can be found at: http://www.zelow.no/floppyfw/download/Development/Patches/buildroot/ (a few packages there aswell) it will add an option to put headers on target for ncurses, zlib and openssl. Thomas. | |||
2005-07-11 | Patrick Doyle writes: | Mike Frysinger | |
target/device/Soekris/net4521/linux.mk is missing an endif for the first if statement target/device/Soekris/Makefile.in needs to set TARGETS before including linux.mk since the file checks the TARGETS variables | |||
2005-07-11 | revert earlier change since it doesnt work with last uClibc release :/ | Mike Frysinger | |
2005-07-10 | import 4.0.1 based on 4.0.0 | Mike Frysinger | |
2005-06-30 | Fix buildroot not to modify Rules.mak. Patch From vapier. | Joakim Tjernlund | |
2005-06-30 | Update default config a little. | Joakim Tjernlund | |
2005-06-27 | make 2.16.1 the default binutils | Mike Frysinger | |
2005-06-27 | import binutils 2.16.91.0.1 | Mike Frysinger | |
2005-06-25 | add #ifndef inhibit_libc in rs6000/linux-unwind.h to make | Joakim Tjernlund | |
powerpc gcc compile. This may be the wrong thing to do but atleast gcc compiles now. | |||
2005-06-25 | i kan spel, can u? | "Steven J. Hill" | |
2005-06-25 | silly typo | Eric Andersen | |
2005-06-24 | don't use the older 2.0 squashfs format | Eric Andersen | |
2005-06-24 | Upgrade to latest, handle endianness automagically | Eric Andersen | |
2005-06-24 | prevent whining about conflicting targets | Eric Andersen | |
2005-06-24 | minor cleanups | Eric Andersen | |
2005-06-24 | The '-r' option has gone away | Eric Andersen | |
2005-06-24 | be a bit more consistant with naming, always escape wildcards | Eric Andersen | |
2005-06-24 | Finish implementing fakeroot handling so when we tar up the | Eric Andersen | |
rootfs, the tarball properly inherits device table settings and device nodes. | |||
2005-06-24 | Finish implementing fakeroot handling so mksquashfs properly | Eric Andersen | |
inherits device table settings and device nodes, exactly as per mkfs* applications that support device tables natively. | |||
2005-06-24 | Use fakeroot and makedevs to fake mksquashfs into building properly setup file | Eric Andersen | |
permissions and device nodes into the target rootfs without needing to be root. | |||
2005-06-24 | mksquashfs is always rebuilt before generating rootfs image. The attached | Eric Andersen | |
patch avoids this issue, by creating a .unpacked file in the squashfs directory after the source tarball is unpacked, and making the mksquashfs target depend on the .unpacked file. http://bugs.busybox.net/view.php?id=234 | |||
2005-06-24 | This patch adds package configuration files for the LVM2 tools and its | Eric Andersen | |
dependency, device-mapper. This will provide the basic tools needed to work with LVM2 volumes on the target system. http://bugs.busybox.net/view.php?id=183 | |||
2005-06-23 | If you update the kernel headers tarball and run make against an already built | Eric Andersen | |
buildroot, the header files will be re-extracted, but they will not be put in exactly the right place if the name of the extracted directory includes the kernel version numbers. For example, linux-libc-headers-2.4.25.tar.bz2 will be extracted to $(TOOLCHAIN_BUILD_DIR)/linux-libc-headers-2.4.25, and then the mv command will move the newly extracted headers into the already existing $(TOOLCHAIN_BUILD_DIR)/linux directory, instead of replacing that directory as desired. The fix is to first remove the $(TOOLCHAIN_BUILD_DIR)/linux directory and then do the mv command. http://bugs.busybox.net/view.php?id=296 | |||
2005-06-23 | Setup libpng to be fetched from the sourceforge mirror of choice | Eric Andersen | |
2005-06-23 | These patches fix some minor problems with GNU Readline package. | Eric Andersen | |
patch-1 will make the package selection default=n (since it's not necessary) patch-2 will fix the readline.mk makefile to better follow buildroot style. This is a cleanup only. But adds the 'readline-target' makefile target to also install readline .so files to the target in addition to the full install in the staging area. http://bugs.busybox.net/view.php?id=300 | |||
2005-06-23 | Update ccache to the latest version, which adds features. | Eric Andersen | |
http://bugs.busybox.net/view.php?id=297 | |||
2005-06-23 | Update to the debian sarge release version of fakeroot | Eric Andersen | |
2005-06-23 | New target/device: Via epia-mii: | Eric Andersen | |
Creates a target for the epia-mii board. Fairly generic, based on 2.6 kernel. Doesn't override the busybox or uclibc configurations. Includes one patch, which I still can't get to apply (it applies cleanly manually, but isn't applied through buildroot). http://bugs.busybox.net/view.php?id=188 | |||
2005-06-23 | Add support for building a few commonly used bootloaders | Eric Andersen | |
2005-06-23 | Add support for acpid | Eric Andersen | |
2005-06-19 | The configure script for this package is a hack at best. This patch | "Steven J. Hill" | |
fixes an issues with the Linux header file 'include/linux/cyclades.h' that gets tested to determine whether or not the 'tqueue' data structure is needed or not. The newer version of it added new types that require 'include/linux/compiler.h' to be included in order for the test to succeed/fail properly. Please, someone shoot me. | |||
2005-06-19 | Fix build problem with header file needing to be generated before | "Steven J. Hill" | |
a file could be built. Also cleaned up some header files. | |||
2005-06-19 | Delete gzip compressed patch and add the uncompressed one. Originally, | "Steven J. Hill" | |
e2fsprogs was the only package that had a compressed patch. | |||
2005-06-18 | Add support for binutils 2.16.1. Patches are identical to those for 2.16. | Manuel Novoa III | |
2005-06-12 | Updated patch to add '#define EXT2_FLAT_INCLUDES' in the file ↵ | "Steven J. Hill" | |
'lib/ext2fs/ext2fs.h' to fix build error. | |||
2005-06-09 | http://bugs.uclibc.org/view.php?id=289 | Eric Andersen | |
Debian have removed version 5.1.2 patchlevel 6 from their FTP servers, replacing it with 5.1.2 patchlevel 6.1. The resulting patch applies cleanly, but one of the buildroot patches does not apply cleanly unless modified. Patch is included to fix this. |