summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-11-15version bump from 5.4 to 5.5Mike Frysinger
2005-11-15dropbear config has been renamedMike Frysinger
2005-11-14Die you little bits."Steven J. Hill"
2005-11-132.16.91.0.4 version bumpMike Frysinger
2005-11-12simplify uclibc patch so bitrot cant hurt usMike Frysinger
2005-11-11use the shared gnuconfig package to update config.sub files rather than ↵Mike Frysinger
patching them
2005-11-11simplify the uclibc support greatly to avoid bitrot and add support for more ↵Mike Frysinger
targets (hppa/ia64/sparc/s390/etc...)
2005-11-10add an option for installing symlinks for supported busybox applets #536Mike Frysinger
2005-11-10ver bumpMike Frysinger
2005-11-10add initial support for sandboxMike Frysinger
2005-11-05fix one more BR2_PACKAGE_DROPBEAR_SSHD -> BR2_PACKAGE_DROPBEAR as pointed ↵Mike Frysinger
out by vlad in bug 533
2005-11-04Well that was stupid. It seems we were carrying about two copies of pre-builtEric Andersen
binary terminfo stuff, which is supposed to be built by ncurses at compile time.
2005-11-04terminfo stuff is created by ncurses, and should not be installedEric 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-29sync with config cvsMike Frysinger
2005-10-29use := instead of = for variables and make sure zlib builds with target cflagsMike Frysinger
2005-10-29rename dropbear_sshd to just dropbearMike Frysinger
2005-10-22fix ifndef check for UCLIBC_CONFIG_FILE as reported by wskish in Bug 499Mike Frysinger
2005-10-06openssl calls the i686 target "i686/cmov" not just "i686" as pointed out by ↵Mike Frysinger
Sieg on irc
2005-10-04This 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-02dont version bump since all the patches need to be redoneMike Frysinger
2005-10-01control pthread support since some arches like x86_64 dont yet support it in ↵Mike Frysinger
uClibc
2005-10-01let people control location of download dirMike Frysinger
2005-10-01gcc 4.0.2 ver bumpMike Frysinger
2005-09-30Allow multiple patch file patterns.Eric Andersen
2005-09-30Remove /usr/share/man instead of /usr/man after installEric Andersen
2005-09-30also set the gl_cv_func_chown_follows_symlink configure optionEric Andersen
2005-09-30Support building a cross libtool for use on the host during cross-development.Eric Andersen
2005-09-30Add iostat, ltt, xfsprogs, and memtesterEric Andersen
2005-09-30fetch diethotplug from kernel.orgEric Andersen
2005-09-30After 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-30After 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-30Correct usage of {RUNTIME_,DEVEL_,}PREFIX in STAGING_DIR thanks to Stephen ↵Peter S. Mazinger
Warren and vapier
2005-09-30ver 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-29dont run uname and crap to figure out build stuff Bug 219 by kkMike Frysinger
2005-09-26Add disabled COMPAT_ATEXIT option to the config filesPeter S. Mazinger
2005-09-25Get rid of hack."Steven J. Hill"
2005-09-24Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot."Steven J. Hill"
2005-09-24version bump as pointed out by daisuke in Bug 400Mike Frysinger
2005-09-24version bump as pointed out by daisuke in Bug 399Mike Frysinger
2005-09-24allow 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-24import mdadm written by ktraum in bug 443Mike Frysinger
2005-09-24ver bumpMike Frysinger
2005-09-22ver bump as reported by Nathanael D. NobletMike Frysinger
2005-09-22version bumpMike Frysinger
2005-09-22version bumpMike Frysinger
2005-09-22ver bumpMike Frysinger
2005-09-22version bumpMike Frysinger
2005-09-22make alpha/x86_64 selectable options and export architecture endian so we ↵Mike Frysinger
can use it in uclibc config setup
2005-09-22sync alpha/x86_64/sh updates with previous 4.0.x patchesMike Frysinger
2005-09-22add alpha/x86_64 support and cleanup sh supportMike Frysinger