summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* acutetech writes in Bug 267: Wrong path in documentation, should mention ↵Mike Frysinger2005-08-281-1/+1
| | | | staging_dir subdir
* allanc writes in Bug 380: PTHREADS_NATIVE doesn't seem to be in the .config ↵Mike Frysinger2005-08-281-0/+1
| | | | anymore. Patch adds setting UCLIBC_HAS_THREADS instead.
* jdupre writes in Bug 390: trying to use buildroot failed telling me to ↵Mike Frysinger2005-08-281-0/+4
| | | | install bison ... turns out i was missing which, not bison
* marcusbrutus writes in Bug 393: version 3.0.2 no longer exists, upstream has ↵Mike Frysinger2005-08-281-1/+1
| | | | released 3.0.3 of dhcp
* daisuke writes in Bug 397: This patch updates the iptables package to build ↵Mike Frysinger2005-08-281-1/+1
| | | | version 1.3.3. The 1.3.3 version of iptables adds additional features.
* daisuke writes in Bug 401: This patch updates the ncurses package to build ↵Mike Frysinger2005-08-282-25/+13
| | | | version 5.4. The 5.4 version of ncurses adds additional features.
* patch from upstream to fix an off-by-one error in superh bfdMike Frysinger2005-08-267-0/+147
|
* remove older 2.16.91.0.1Mike Frysinger2005-08-267-503/+0
|
* Cut-n-paste strikes again. Change "BusyBox" to say "Buildroot",Eric Andersen2005-08-251-2/+2
| | | | which the sensible thing for the Buildroot webpage to say.
* import 2.16.91.0.3 based on 2.16.91.0.2Mike Frysinger2005-08-237-0/+493
|
* The mips kernel maintainers reverted the change. So the mips coredump patch ↵Manuel Novoa III2005-08-222-0/+0
| | | | is no longer needed for 2.4.30+.
* update to latest versionMike Frysinger2005-08-201-13/+7
|
* add support for sdl by Patrick NoffkeMike Frysinger2005-08-193-0/+69
|
* Remove usage of CONFIG_BASE_SMALL so that the latest LTP code will compile ↵"Steven J. Hill"2005-08-181-0/+30
| | | | for buildroot. Normally, this option is defined in 'include/linux/config.h'. The actual configuration language is found in the Linux 2.6 kernel in the file 'init/Kconfig' and normally has the value of 0.
* Changes to allow compilation with GCC-4.1.0."Steven J. Hill"2005-08-184-5/+116
|
* file-4.15 is out and it supports cross-compiling :DMike Frysinger2005-08-182-31/+1
|
* uClibc 0.9.28 has been releasedMike Frysinger2005-08-181-5/+4
|
* busybox-1.01 has been releasedMike Frysinger2005-08-181-1/+1
|
* The coreutils configure script is a steaming <many explitives deletedEric Andersen2005-08-151-0/+30
| | | | | | in the interest of our younger readers>. This works around some of the worst damage, thus allowing utils such as 'df' to properly cross compile so that ltp will produce proper results.
* apply patches when requested toEric Andersen2005-08-151-0/+1
|
* Change root_fs_$(ARCH) to rootfs.$(ARCH)Eric Andersen2005-08-131-1/+1
|
* Switch default from 'unc' to 'easynews'Eric Andersen2005-08-131-1/+1
|
* CVS dirs -> .svn dirsMike Frysinger2005-08-131-1/+1
|
* remove references to CVS and update with SVNMike Frysinger2005-08-131-10/+9
|
* update to python-2.4.1 with the help of open embeddedMike Frysinger2005-08-132-43/+32
|
* forgot to commit thisMike Frysinger2005-08-111-0/+13
|
* New MIPS patch for TLS syscalls."Steven J. Hill"2005-08-111-0/+90
|
* portage needs pythonMike Frysinger2005-08-111-0/+1
|
* fix screwy patch handlingEric Andersen2005-08-101-1/+1
|
* minor updateEric Andersen2005-08-101-6/+9
|
* updateEric Andersen2005-08-102-51/+3
|
* resyncEric Andersen2005-08-102-2/+6
|
* touchup descriptionsMike Frysinger2005-08-092-3/+3
|
* add the wheel groupMike Frysinger2005-08-091-0/+1
|
* Make strace behave for arm, which for 2.4.x lacks __NR_exit_groupEric Andersen2005-08-091-0/+15
|
* some platforms (such as arm with 2.4.x kernel headers) lackEric Andersen2005-08-091-0/+21
| | | | __NR_fremovexattr and thus need special case handling
* Add 'nogroup' to make ltp happyEric Andersen2005-08-091-0/+1
|
* routine updateEric Andersen2005-08-091-0/+3
|
* typo -- revenge of cut n pasteEric Andersen2005-08-091-1/+1
|
* Rather than adjusting the way ldso allocates memory, for theEric Andersen2005-08-083-0/+226
| | | | | time being simply add a series of suppressions to make valgrind ignore all memory mmaped by uClibc's ldso.
* Fix some broken dependanciesEric Andersen2005-08-082-3/+6
|
* Prevent problems with fakeroot possibly trying to use stale host filesystemEric Andersen2005-08-081-0/+4
| | | | inodes by carefully regenerating fakeroot.env from package specific files.
* Prevent problems with fakeroot possibly trying to use stale host filesystemEric Andersen2005-08-086-16/+16
| | | | inodes by carefully regenerating fakeroot.env from package specific files.
* minor cleanup for target handlingEric Andersen2005-08-085-18/+12
|
* also need to depend on makedevs as noted by emalkowski in Bug #366Mike Frysinger2005-08-082-2/+2
|
* make sure we depend on fakeroot existing #366 by pnoffkeMike Frysinger2005-08-081-2/+4
|
* Add nobody and users to make LTP happier.Joakim Tjernlund2005-08-071-0/+2
|
* make sure ext2 target depends on fakerootMike Frysinger2005-08-071-2/+4
|
* use the new gnuconfig stuffMike Frysinger2005-08-043-3/+3
|
* add support for fetching latest config.{sub,guess} files from config cvsMike Frysinger2005-08-0422-0/+5231
|