Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Add support for GNU and kernel.org mirrors | Ivan Kuten | 2007-12-17 | 1 | -1/+1 |
| | |||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -1/+1 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS | Bernhard Reutner-Fischer | 2007-06-27 | 1 | -2/+1 |
| | | | | - use TARGET_CONFIGURE_ARGS where appropriate. | ||||
* | yet more LDFLAGS handling fixups | Eric Andersen | 2007-03-14 | 1 | -1/+1 |
| | |||||
* | fixup package LDFLAGS handling | Eric Andersen | 2007-03-13 | 1 | -0/+1 |
| | |||||
* | fixup a whole steaming pile of insanity. When packages are configured, | Eric Andersen | 2007-01-14 | 1 | -2/+3 |
| | | | | | | | | | | | | | they should be configured with --prefix=/usr and we then need to use make DESTDIR=$(STAGING_DIR) install to get things installed into the staging directory. The current situation for many packages, which use --prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled into the binary itself. This also adds in a pile of libtool fixups. Between broken pkgconfig, broken libtool handling, and broken --prefix settings, its a wonder things have worked as well as they have up till now. -Erik | ||||
* | Patch the entire source tree up to get rid of deprecated and obsolete ↵ | "Steven J. Hill" | 2006-12-05 | 1 | -3/+279 |
| | | | | functions. Submitted new patch to maintainer. | ||||
* | Patch packages to remove legacy and deprecated functions. All of these ↵ | "Steven J. Hill" | 2006-12-05 | 1 | -0/+49 |
| | | | | patches have been sent upstream to the various maintainers. | ||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+1 |
| | |||||
* | version bump to 2.12r and remove old dead target | Mike Frysinger | 2005-12-29 | 1 | -5/+2 |
| | |||||
* | This patch is necessary in order to build with gcc-4.1 compilers. Otherwise, ↵ | "Steven J. Hill" | 2005-10-04 | 1 | -0/+28 |
| | | | | you will get the error message of 'fsck.cramfs.c:98: error: variable-size type declared outside of any function'. I emailed the maintainer giving them a couple of different ways to fix the package, but I have not heard anything. He gets a 'L' for Lame. Anyway, I have hardcoded the PAGE_CACHE_SIZE (page size) to be 4096. Only alpha and the 64-bit platforms will have something different, or MIPS with its variable page size. Curse you MIPS. | ||||
* | ver bump | Mike Frysinger | 2005-09-24 | 3 | -144/+5 |
| | |||||
* | Thomas Lundquist writes: | Eric Andersen | 2005-07-12 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | be a bit more consistant with naming, always escape wildcards | Eric Andersen | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | The configure script for this package is a hack at best. This patch | "Steven J. Hill" | 2005-06-19 | 1 | -5/+27 |
| | | | | | | | | 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. | ||||
* | Add patches for GCC-4.x so that packages will build properly. | "Steven J. Hill" | 2005-05-03 | 1 | -0/+57 |
| | |||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 2 | -3/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | fixup util-linux compile | Eric Andersen | 2005-01-12 | 1 | -0/+31 |
| | |||||
* | When both busybox and coreutils and/or util-linux are selected, | Eric Andersen | 2004-12-27 | 1 | -0/+7 |
| | | | | | | make certain that it is coreutils and/or util-linux that actually gets their utilities installed. -Erik | ||||
* | help text | Mike Frysinger | 2004-10-14 | 1 | -4/+5 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 2 | -1/+29 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+75 |
directory. |