summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* From Karsten Kruse: openssh requires zlibMike Frysinger2004-11-181-2/+1
|
* add gcc 3.3.5/3.4.3 optionsMike Frysinger2004-11-172-2/+8
|
* copy 3.4.2 and remove patches no longer neededMike Frysinger2004-11-1710-0/+4366
|
* add some help textMike Frysinger2004-11-171-5/+3
|
* direct copy from 3.3.4Mike Frysinger2004-11-178-0/+5491
|
* fix config scripts for shMike Frysinger2004-11-133-6/+33
|
* add whichMike Frysinger2004-11-114-0/+57
|
* portmapMike Frysinger2004-11-1111-1/+676
|
* add help descMike Frysinger2004-11-111-4/+3
|
* add help textMike Frysinger2004-11-112-8/+7
|
* move ver number into a varMike Frysinger2004-11-111-6/+6
|
* Disable busybox arEric Andersen2004-11-061-2/+1
|
* Fix 2.14.90.0.8 / 2.15 selection.Manuel Novoa III2004-11-051-1/+2
|
* new versionMike Frysinger2004-11-021-1/+1
|
* Sometime around 2.4.22-23, the mips pt_regs.h fields were reordered, breakingManuel Novoa III2004-10-311-0/+28
| | | | | coredump handling by gdb for current kernels. Update the hardcoded constants to reflect the change.
* Upstream bug fix.Manuel Novoa III2004-10-311-0/+12
|
* Integrate some patches extracted from gcc-3.4_3.4.2-3.diff.Manuel Novoa III2004-10-314-0/+440
|
* Integrate some debian patches, extracted from binutils_2.15-4.diff.Manuel Novoa III2004-10-315-0/+223
|
* Jan Lana writes:Eric Andersen2004-10-271-1/+2
| | | | | | | | | Hi, package/ncurses/ncurses.mk doesn't create root/usr/include directory before installation. There is a simple patch. - Jenda
* Be certain ncurses is enabled when depended uponEric Andersen2004-10-271-0/+1
|
* nuke sources/ - you might want to move sources/dl/ to dl/ to avoid ↵Tim Riker2004-10-273-4/+3
| | | | redownloading the world
* use fs type as file extensionTim Riker2004-10-274-4/+4
|
* less depends on ncursesNed Ludd2004-10-271-1/+1
|
* fakeroot 1.1.2 is no longer available, updated to 1.1.5. Reported by Karsten ↵Ned Ludd2004-10-271-2/+3
| | | | Kruse uclibc ml
* force boa to use $(STRIP) vs the host strip. Reported by Thomas Petazzoni on ↵Ned Ludd2004-10-271-1/+1
| | | | uclibc ml
* Allow selection of specific (supported) versions... specificly the 2.6.8Manuel Novoa III2004-10-271-7/+15
| | | | headers with the (mostly mips related) cleanup patch.
* Enforce openssl dependency.Manuel Novoa III2004-10-272-1/+2
|
* security version bump with build fixes from neddMike Frysinger2004-10-261-2/+4
|
* dohEric Andersen2004-10-261-1/+1
|
* Update to the latest linux-libc-headersEric Andersen2004-10-252-3/+12
|
* Update linux kernel to the latest and greatestEric Andersen2004-10-2118-13/+21
|
* make sure build uses $TARGET_CFLAGS instead of stupid -O3Mike Frysinger2004-10-211-5/+7
|
* fix uninstall target so it doesnt delete the *hosts* flex :xMike Frysinger2004-10-211-3/+18
|
* version updateMike Frysinger2004-10-211-1/+1
|
* Kristian Hoffmann writes:Eric Andersen2004-10-194-9/+4
| | | | | | | | | TARGET_LANGUAGES wasn't being set correctly if you enable GCJ or C++ in the buildroot config. It looks like INSTALL_LIBSTDCPP and INSTALL_LIBGCJ were renamed to BR2_INSTALL_... in the config system, but not in the gcc and ccache makefiles. -Kristian
* fix binutils_target-cleanMike Frysinger2004-10-191-0/+3
|
* fix the gcc_target-clean targetMike Frysinger2004-10-191-1/+1
|
* convert patches to -p1 formatMike Frysinger2004-10-1914-367/+71
|
* force patches to be converted -p1Mike Frysinger2004-10-191-1/+1
|
* Fixup obvious bugEric Andersen2004-10-181-1/+1
|
* Apply compressed patches as wellEric Andersen2004-10-181-1/+1
|
* Remove the non-compressed copy of this patchEric Andersen2004-10-181-0/+0
|
* bash-3.0Mike Frysinger2004-10-1814-4/+1306
|
* allow for overriding the default -p1 arguement to patchMike Frysinger2004-10-181-1/+1
|
* Patch from Thomas Lundquist to fix a thinkoEric Andersen2004-10-181-1/+1
|
* update to a version of e2fsprogs that builds with sh4, make sure build uses ↵Mike Frysinger2004-10-151-4/+7
| | | | $TARGET_CFLAGS, and compile only the misc subdir since we will be using just mke2fs/badblocks
* do some touching to sync timestampsMike Frysinger2004-10-151-0/+5
|
* Build the uClibc utils with the uClibc-targeted toolchain.Manuel Novoa III2004-10-152-11/+8
| | | | While the host utils are also built, they are not currently installed.
* Will McCammon writes:Eric Andersen2004-10-151-1/+1
| | | | | | | | | make fails for busybox 1.0.0 on fedora core 2 because the default behavior of wget is to create a directory structure of the remote download server on the local filesystem. in which case, tar cannot find successfully downloaded files in /buildroot/sources/dl. patch attached.
* fix installing of libproc.so on 64bit systems (like amd64) and fix the clean ↵Mike Frysinger2004-10-151-3/+8
| | | | target so it works