Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-21 | Add support for sh2a and sh4a big endian (ie, targets that reflect | Paul Mundt | |
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.. | |||
2005-11-21 | binutils needs a CONFIG_UPDATE too, noted by Mike Frysinger. | Paul Mundt | |
2005-11-20 | default to linuxthreads.old Bug 552 | Mike Frysinger | |
2005-11-20 | we really shouldnt punt all of /usr/include | Mike Frysinger | |
2005-11-20 | remove mandir | Mike Frysinger | |
2005-11-19 | import psmisc | Mike Frysinger | |
2005-11-15 | import at package by akvadrako #506 | Mike Frysinger | |
2005-11-15 | make updating configs easier | Mike Frysinger | |
2005-11-15 | version bump from 1.3.8 to 1.3.9 | Mike Frysinger | |
2005-11-15 | version bump from 5.4 to 5.5 | Mike Frysinger | |
2005-11-15 | dropbear config has been renamed | Mike Frysinger | |
2005-11-14 | Die you little bits. | "Steven J. Hill" | |
2005-11-13 | 2.16.91.0.4 version bump | Mike Frysinger | |
2005-11-12 | simplify uclibc patch so bitrot cant hurt us | Mike Frysinger | |
2005-11-11 | use the shared gnuconfig package to update config.sub files rather than ↵ | Mike Frysinger | |
patching them | |||
2005-11-11 | simplify the uclibc support greatly to avoid bitrot and add support for more ↵ | Mike Frysinger | |
targets (hppa/ia64/sparc/s390/etc...) | |||
2005-11-10 | add an option for installing symlinks for supported busybox applets #536 | Mike Frysinger | |
2005-11-10 | ver bump | Mike Frysinger | |
2005-11-10 | add initial support for sandbox | Mike Frysinger | |
2005-11-05 | fix one more BR2_PACKAGE_DROPBEAR_SSHD -> BR2_PACKAGE_DROPBEAR as pointed ↵ | Mike Frysinger | |
out by vlad in bug 533 | |||
2005-11-04 | Well that was stupid. It seems we were carrying about two copies of pre-built | Eric Andersen | |
binary terminfo stuff, which is supposed to be built by ncurses at compile time. | |||
2005-11-04 | terminfo stuff is created by ncurses, and should not be installed | Eric Andersen | |
unless ncurses is installed. It probably need to be byteswapped for big endian anyway, so using pre-build stuff is bad regardless. | |||
2005-10-29 | sync with config cvs | Mike Frysinger | |
2005-10-29 | use := instead of = for variables and make sure zlib builds with target cflags | Mike Frysinger | |
2005-10-29 | rename dropbear_sshd to just dropbear | Mike Frysinger | |
2005-10-22 | fix ifndef check for UCLIBC_CONFIG_FILE as reported by wskish in Bug 499 | Mike Frysinger | |
2005-10-06 | openssl calls the i686 target "i686/cmov" not just "i686" as pointed out by ↵ | Mike Frysinger | |
Sieg on irc | |||
2005-10-04 | This patch is necessary in order to build with gcc-4.1 compilers. Otherwise, ↵ | "Steven J. Hill" | |
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. | |||
2005-10-02 | dont version bump since all the patches need to be redone | Mike Frysinger | |
2005-10-01 | control pthread support since some arches like x86_64 dont yet support it in ↵ | Mike Frysinger | |
uClibc | |||
2005-10-01 | let people control location of download dir | Mike Frysinger | |
2005-10-01 | gcc 4.0.2 ver bump | Mike Frysinger | |
2005-09-30 | Allow multiple patch file patterns. | Eric Andersen | |
2005-09-30 | Remove /usr/share/man instead of /usr/man after install | Eric Andersen | |
2005-09-30 | also set the gl_cv_func_chown_follows_symlink configure option | Eric Andersen | |
2005-09-30 | Support building a cross libtool for use on the host during cross-development. | Eric Andersen | |
2005-09-30 | Add iostat, ltt, xfsprogs, and memtester | Eric Andersen | |
2005-09-30 | fetch diethotplug from kernel.org | Eric Andersen | |
2005-09-30 | After some effort, I have taught depmod to handle endianness, | Eric Andersen | |
allowing us to build a cross-depmod that runs on the host and generates the target modules.dep and modules.*map files -Erik | |||
2005-09-30 | After some effort, I have taught depmod to handle endianness, | Eric Andersen | |
allowing us to build a cross-depmod that runs on the host and generates the target modules.dep and modules.*map files -Erik | |||
2005-09-30 | Correct usage of {RUNTIME_,DEVEL_,}PREFIX in STAGING_DIR thanks to Stephen ↵ | Peter S. Mazinger | |
Warren and vapier | |||
2005-09-30 | ver bump by gnat in Bug 452 and make sure we configure as i386 with i[456]86 ↵ | Mike Frysinger | |
targets by schieli in Bug 450 | |||
2005-09-29 | dont run uname and crap to figure out build stuff Bug 219 by kk | Mike Frysinger | |
2005-09-26 | Add disabled COMPAT_ATEXIT option to the config files | Peter S. Mazinger | |
2005-09-25 | Get rid of hack. | "Steven J. Hill" | |
2005-09-24 | Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot. | "Steven J. Hill" | |
2005-09-24 | version bump as pointed out by daisuke in Bug 400 | Mike Frysinger | |
2005-09-24 | version bump as pointed out by daisuke in Bug 399 | Mike Frysinger | |
2005-09-24 | allow people to build for i386/i486/i586/i686 targets since some packages ↵ | Mike Frysinger | |
(like gcc) build differently based upon the host tuplet | |||
2005-09-24 | import mdadm written by ktraum in bug 443 | Mike Frysinger | |