Commit Graph

219 Commits

Author SHA1 Message Date
Eric Andersen
ae5d1e6253 Remove the unnecessary USE_UCLIBC_LDSO_0_9_24 option 2004-07-20 11:43:54 +00:00
Eric Andersen
bd66295fa1 Use 2.4.26 final, not a -pre 2004-07-20 11:43:13 +00:00
Eric Andersen
660cbc883a Update configs a bit 2004-07-17 05:06:53 +00:00
Eric Andersen
91c645eb5a enable rdate and hwclock 2004-07-09 10:54:32 +00:00
Eric Andersen
3c4c240d8c Update binutils. This version works on arm... 2004-07-09 10:37:29 +00:00
Eric Andersen
1b49b76786 Update dropbear and add a setup/start init script for it 2004-07-09 10:36:53 +00:00
Eric Andersen
d385b6e3a2 Minor config updates 2004-06-26 22:58:15 +00:00
Eric Andersen
61950d8563 Use stock gcc 3.3.4 2004-06-14 20:21:27 +00:00
Eric Andersen
b99df94f1f A few updates, add some dirs so ifup/ifdown wont complain 2004-06-14 20:04:22 +00:00
Eric Andersen
d4c937550b Update to the latest ltp testsuite 2004-05-13 07:53:14 +00:00
Eric Andersen
32daaa2b2f Chris Wilson writes:
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-05-06 09:54:36 +00:00
Eric Andersen
9db17dcfae Sigh 2004-04-30 21:04:22 +00:00
Eric Andersen
d893c00f4c oops 2004-04-30 07:44:39 +00:00
Eric Andersen
cc98b0e9e6 Fix gcc bug 15089
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15089
2004-04-30 07:40:10 +00:00
Eric Andersen
4b942c5a54 Avoid a question when possible 2004-04-21 20:04:09 +00:00
Eric Andersen
a61b9c45df Update to latest valgrind 2004-04-21 19:54:31 +00:00
Eric Andersen
63914bb2ac Use busybox to provide login etc by default 2004-04-21 19:53:08 +00:00
Eric Andersen
ffbca758f2 Sync with the latest from Debian testing 2004-04-20 19:48:37 +00:00
Eric Andersen
a3613a6013 Sync up binutils with current Debian testing 2004-04-20 07:47:29 +00:00
Eric Andersen
082d86f0ce Make ifup/ifdown shutup 2004-04-12 22:22:53 +00:00
Eric Andersen
6fddec3f4f building uml is not supported 2004-04-12 21:38:31 +00:00
Eric Andersen
583877d944 Provide sane defaults 2004-04-12 21:38:09 +00:00
Manuel Novoa III
1169162ab7 Ok... this is a bit painful. Both dnsmasq1 (1.18) and dnsmasq (2.6) share
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-04 02:33:03 +00:00
Eric Andersen
9f8739658f Turn off CONFIG_ASH_RANDOM_SUPPORT by default 2004-04-01 07:20:39 +00:00
Manuel Novoa III
8f6ec3d521 Update to latest and modify patch so it builds. 2004-04-01 04:23:18 +00:00
Manuel Novoa III
f0ebe8ab21 Silly little patch to add an option to force root/root ownership in the
generated file system.
2004-03-30 05:46:10 +00:00
Eric Andersen
0ae47fceb3 Update kernel to 2.4.26-pre5 2004-03-21 01:58:59 +00:00
Eric Andersen
d5696cdc4e Update to openssh-3.8p1 2004-03-19 10:00:57 +00:00
Manuel Novoa III
4005c7790c Forgot to update version to 3.3.3. 2004-03-13 19:32:27 +00:00
Manuel Novoa III
1ffd497d7e Patch from "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>, with
some minor adjustments.
2004-03-11 17:35:09 +00:00
Manuel Novoa III
4c8e1eb4cc Add lzo support. 2004-03-11 17:14:28 +00:00
Manuel Novoa III
061d7b04fa Patch by "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>, with some
minor adjustments.
2004-03-11 17:08:35 +00:00
Manuel Novoa III
5875ffa3fe Patch from "Kevin P. Fleming" <kpfleming@backtobasicsmgmt.com>.
Provides a script for yacc in terms of bison instead of a symlink.
2004-03-11 08:03:44 +00:00
Manuel Novoa III
6b2ca0199e Missed a bugfix patch. Also, allow multiple patches. 2004-03-06 22:57:23 +00:00
Manuel Novoa III
9c12805bf3 Make it possible to use the (modified) 0.9.24 ldso code. This is a
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-05 19:06:24 +00:00
Manuel Novoa III
de40cc62a0 Add dnsmasq1 (currently 1.18). Eventually I'll also add dnsmasq2.
The patch makes it respect current uClibc ipv6 configuration.
2004-03-05 19:03:17 +00:00
Manuel Novoa III
6cf315cd23 Clean up makefile. Don't install (legacy?) brctld app since debian doesn't.
Fix paths.  Add a patch to respect CFLAGS.  Fix buildroot kernel location.
2004-03-05 18:59:41 +00:00
Manuel Novoa III
e8676aedf3 Need to use CFLAGS_FOR_BUILD instead of CFLAGS. (upstream bug) 2004-03-05 18:56:25 +00:00
Manuel Novoa III
93703bf40f Revert back to binutils .6 since .8 broke things on arm.
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-03-01 06:28:02 +00:00
Eric Andersen
156c36d9b4 Disable autologin 2004-02-27 22:16:43 +00:00
Manuel Novoa III
04eadcdcc2 Update binutils from 2.14.90.0.6 to 2.14.90.0.8.
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-18 08:28:28 +00:00
Eric Andersen
0209686130 Update to the February ltp-full-20040206 testsuite 2004-02-06 22:52:14 +00:00
Manuel Novoa III
1e1355a2c1 Fix a cut-n-paste bug. Monotonous editing strikes again. 2004-02-06 07:39:02 +00:00
Eric Andersen
5684054ebb Update buildroot per the new snapshot situation with busybox.
The old busybox 0.60.x series is no longer used/supported.
 -Erik
2004-01-31 08:33:26 +00:00
Eric Andersen
65eb36c4e9 Kill off the old gcc/binutils stuff 2004-01-29 23:13:49 +00:00
Manuel Novoa III
a3f9025ded Fix libstdc++-v3/configure.target to set the config/os dir correctly
when building inside a native uClibc environment.
2004-01-24 19:43:36 +00:00
Manuel Novoa III
d9dc2a87f3 Change to work with the i386-linux-uclibc toolchain instead. 2004-01-17 01:55:52 +00:00
Manuel Novoa III
93e576b799 Get soft float working for gcc 3.3.2. Support for arm, mips, mipsel, powerpc. 2004-01-16 19:08:39 +00:00
Manuel Novoa III
7138a96044 Build gdb with <arch>-linux-uclibc explicitly (when necessary) in case it
needs to be aware.  To do this, we grab a (patched) copy of config.sub
from gcc.
Also specify some configure vars which aren't tested when cross compiling.
2004-01-14 12:12:17 +00:00
Manuel Novoa III
953aa99185 Oops. 2004-01-14 10:33:00 +00:00