aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sync with cvsMike Frysinger2005-11-217-8/+35
|
* Add support for sh2a and sh4a big endian (ie, targets that reflectPaul Mundt2005-11-212-1/+26
| | | | | | | hardware that actually exists -- never something to deter gcc folk though). Now ISA tuning has a chance of producing a bootable kernel, gcc code generation notwithstanding..
* binutils needs a CONFIG_UPDATE too, noted by Mike Frysinger.Paul Mundt2005-11-211-0/+1
|
* default to linuxthreads.old Bug 552Mike Frysinger2005-11-202-0/+2
|
* we really shouldnt punt all of /usr/includeMike Frysinger2005-11-201-1/+0
|
* remove mandirMike Frysinger2005-11-201-0/+1
|
* import psmiscMike Frysinger2005-11-193-0/+67
|
* import at package by akvadrako #506Mike Frysinger2005-11-154-0/+136
|
* make updating configs easierMike Frysinger2005-11-151-1/+1
|
* version bump from 1.3.8 to 1.3.9Mike Frysinger2005-11-151-1/+1
|
* version bump from 5.4 to 5.5Mike Frysinger2005-11-151-1/+1
|
* dropbear config has been renamedMike Frysinger2005-11-151-1/+1
|
* Die you little bits."Steven J. Hill"2005-11-141-12/+0
|
* 2.16.91.0.4 version bumpMike Frysinger2005-11-137-0/+493
|
* simplify uclibc patch so bitrot cant hurt usMike Frysinger2005-11-121-257/+324
|
* use the shared gnuconfig package to update config.sub files rather than ↵Mike Frysinger2005-11-117-204/+1
| | | | patching them
* simplify the uclibc support greatly to avoid bitrot and add support for more ↵Mike Frysinger2005-11-112-280/+256
| | | | targets (hppa/ia64/sparc/s390/etc...)
* add an option for installing symlinks for supported busybox applets #536Mike Frysinger2005-11-102-1/+17
|
* ver bumpMike Frysinger2005-11-101-1/+1
|
* add initial support for sandboxMike Frysinger2005-11-101-4/+26
|
* fix one more BR2_PACKAGE_DROPBEAR_SSHD -> BR2_PACKAGE_DROPBEAR as pointed ↵Mike Frysinger2005-11-051-1/+1
| | | | out by vlad in bug 533
* Well that was stupid. It seems we were carrying about two copies of pre-builtEric Andersen2005-11-042-0/+0
| | | | binary terminfo stuff, which is supposed to be built by ncurses at compile time.
* terminfo stuff is created by ncurses, and should not be installedEric Andersen2005-11-0424-0/+0
| | | | | unless ncurses is installed. It probably need to be byteswapped for big endian anyway, so using pre-build stuff is bad regardless.
* sync with config cvsMike Frysinger2005-10-293-4/+7
|
* use := instead of = for variables and make sure zlib builds with target cflagsMike Frysinger2005-10-291-6/+7
|
* rename dropbear_sshd to just dropbearMike Frysinger2005-10-295-99/+99
|
* fix ifndef check for UCLIBC_CONFIG_FILE as reported by wskish in Bug 499Mike Frysinger2005-10-221-1/+1
|
* openssl calls the i686 target "i686/cmov" not just "i686" as pointed out by ↵Mike Frysinger2005-10-061-0/+4
| | | | Sieg on irc
* This patch is necessary in order to build with gcc-4.1 compilers. Otherwise, ↵"Steven J. Hill"2005-10-041-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.
* dont version bump since all the patches need to be redoneMike Frysinger2005-10-021-1/+1
|
* control pthread support since some arches like x86_64 dont yet support it in ↵Mike Frysinger2005-10-013-0/+16
| | | | uClibc
* let people control location of download dirMike Frysinger2005-10-012-2/+13
|
* gcc 4.0.2 ver bumpMike Frysinger2005-10-018-0/+3862
|
* Allow multiple patch file patterns.Eric Andersen2005-09-301-3/+4
|
* Remove /usr/share/man instead of /usr/man after installEric Andersen2005-09-301-1/+1
|
* also set the gl_cv_func_chown_follows_symlink configure optionEric Andersen2005-09-301-0/+1
|
* Support building a cross libtool for use on the host during cross-development.Eric Andersen2005-09-301-0/+5
|
* Add iostat, ltt, xfsprogs, and memtesterEric Andersen2005-09-3013-0/+547
|
* fetch diethotplug from kernel.orgEric Andersen2005-09-301-1/+1
|
* After some effort, I have taught depmod to handle endianness,Eric Andersen2005-09-302-0/+453
| | | | | | allowing us to build a cross-depmod that runs on the host and generates the target modules.dep and modules.*map files -Erik
* After some effort, I have taught depmod to handle endianness,Eric Andersen2005-09-301-16/+71
| | | | | | allowing us to build a cross-depmod that runs on the host and generates the target modules.dep and modules.*map files -Erik
* Correct usage of {RUNTIME_,DEVEL_,}PREFIX in STAGING_DIR thanks to Stephen ↵Peter S. Mazinger2005-09-301-9/+4
| | | | Warren and vapier
* ver bump by gnat in Bug 452 and make sure we configure as i386 with i[456]86 ↵Mike Frysinger2005-09-301-2/+8
| | | | targets by schieli in Bug 450
* dont run uname and crap to figure out build stuff Bug 219 by kkMike Frysinger2005-09-291-3/+50
|
* Add disabled COMPAT_ATEXIT option to the config filesPeter S. Mazinger2005-09-262-0/+2
|
* Get rid of hack."Steven J. Hill"2005-09-251-12/+0
|
* Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot."Steven J. Hill"2005-09-243-3/+3
|
* version bump as pointed out by daisuke in Bug 400Mike Frysinger2005-09-242-32/+3
|
* version bump as pointed out by daisuke in Bug 399Mike Frysinger2005-09-241-1/+1
|
* allow people to build for i386/i486/i586/i686 targets since some packages ↵Mike Frysinger2005-09-241-19/+21
| | | | (like gcc) build differently based upon the host tuplet