summaryrefslogtreecommitdiff
path: root/sources
AgeCommit message (Collapse)Author
2004-09-03Update to what I'm currently using. Lots of changes...Manuel Novoa III
1) Allow selection of binutils/gcc/gdb/kernel headers to build, although some of the older tool patches probably need updating. 2) Rework gdb build so that remote debugging now works with gdbserver. 3) Misc. other package updates.3) Misc. other package updates.3) Misc. other package updates.
2004-09-02Enable CONFIG_FEATURE_SUID, but disable CONFIG_FEATURE_SUID_CONFIGEric Andersen
for the default permission dropping behavior. -Erik
2004-08-16update to currentEric Andersen
2004-07-28Update the 'file' patchEric Andersen
2004-07-20Remove the unnecessary USE_UCLIBC_LDSO_0_9_24 optionEric Andersen
2004-07-20Use 2.4.26 final, not a -preEric Andersen
2004-07-17Update configs a bitEric Andersen
2004-07-09enable rdate and hwclockEric Andersen
2004-07-09Update binutils. This version works on arm...Eric Andersen
2004-07-09Update dropbear and add a setup/start init script for itEric Andersen
2004-06-26Minor config updatesEric Andersen
2004-06-14Use stock gcc 3.3.4Eric Andersen
2004-06-14A few updates, add some dirs so ifup/ifdown wont complainEric Andersen
2004-05-13Update to the latest ltp testsuiteEric Andersen
2004-05-06Chris Wilson writes:Eric Andersen
i Erik, I think I found a small bug in your cramfs patch, which I guess you ported from mkfs.jffs2.c. Therefore this bug might apply to mkfs.jffs2.c as well. When searching for a file (or device node) to create in a subdirectory, mkcramfs doesn't remove the parent's path component which it's already matched. This prevents the sought node from ever being found if it lives in a subdirectory.
2004-04-30SighEric Andersen
2004-04-30oopsEric Andersen
2004-04-30Fix gcc bug 15089Eric Andersen
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15089
2004-04-21Avoid a question when possibleEric Andersen
2004-04-21Update to latest valgrindEric Andersen
2004-04-21Use busybox to provide login etc by defaultEric Andersen
2004-04-20Sync with the latest from Debian testingEric Andersen
2004-04-20Sync up binutils with current Debian testingEric Andersen
2004-04-12Make ifup/ifdown shutupEric Andersen
2004-04-12building uml is not supportedEric Andersen
2004-04-12Provide sane defaultsEric Andersen
2004-04-04Ok... this is a bit painful. Both dnsmasq1 (1.18) and dnsmasq (2.6) shareManuel Novoa III
a make target (the dnsmasq binary in root). So I made 2.6 the "default". It is _not_ enough to do "make dnsmasq1"... You must actually add dnsmasq1 to TARGETS if you want the older version. Better approaches welcome. Also, the config patch for 2.6 fixes the outdated/broken handling of uClibc by the dnsmasq config.h file.
2004-04-01Turn off CONFIG_ASH_RANDOM_SUPPORT by defaultEric Andersen
2004-04-01Update to latest and modify patch so it builds.Manuel Novoa III
2004-03-30Silly little patch to add an option to force root/root ownership in theManuel Novoa III
generated file system.
2004-03-21Update kernel to 2.4.26-pre5Eric Andersen
2004-03-19Update to openssh-3.8p1Eric Andersen
2004-03-13Forgot to update version to 3.3.3.Manuel Novoa III
2004-03-11Patch from "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>, withManuel Novoa III
some minor adjustments.
2004-03-11Add lzo support.Manuel Novoa III
2004-03-11Patch by "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>, with someManuel Novoa III
minor adjustments.
2004-03-11Patch from "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>.Manuel Novoa III
Provides a script for yacc in terms of bison instead of a symlink.
2004-03-06Missed a bugfix patch. Also, allow multiple patches.Manuel Novoa III
2004-03-05Make it possible to use the (modified) 0.9.24 ldso code. This is aManuel Novoa III
temporary work around for my openwrt stuff since the current (.26+) code still isn't working in some cases... for me at least.
2004-03-05Add dnsmasq1 (currently 1.18). Eventually I'll also add dnsmasq2.Manuel Novoa III
The patch makes it respect current uClibc ipv6 configuration.
2004-03-05Clean up makefile. Don't install (legacy?) brctld app since debian doesn't.Manuel Novoa III
Fix paths. Add a patch to respect CFLAGS. Fix buildroot kernel location.
2004-03-05Need to use CFLAGS_FOR_BUILD instead of CFLAGS. (upstream bug)Manuel Novoa III
2004-03-01Revert back to binutils .6 since .8 broke things on arm.Manuel Novoa III
Also, explicitly set the CFLAGS for the build system since otherwise the TARGET_OPTIMIZATION flags were used. This was tripping up a mipsel build where it tried to use -mips2 when building for i386.
2004-02-27Disable autologinEric Andersen
2004-02-18Update binutils from 2.14.90.0.6 to 2.14.90.0.8.Manuel Novoa III
Update from gcc 3.3.2 to 3.3.3. Test builds done for i386 and mipsel (3.3.3) and i386 (2.95). Soft float support not yet tested with 3.3.3.
2004-02-06Update to the February ltp-full-20040206 testsuiteEric Andersen
2004-02-06Fix a cut-n-paste bug. Monotonous editing strikes again.Manuel Novoa III
2004-01-31Update buildroot per the new snapshot situation with busybox.Eric Andersen
The old busybox 0.60.x series is no longer used/supported. -Erik
2004-01-29Kill off the old gcc/binutils stuffEric Andersen
2004-01-24Fix libstdc++-v3/configure.target to set the config/os dir correctlyManuel Novoa III
when building inside a native uClibc environment.