Ned Ludd [Fri, 8 Apr 2005 07:59:01 +0000 (07:59 -0000)]
- fix broken concatenated lines. reported by hermannb bug #216
Mike Frysinger [Thu, 7 Apr 2005 00:25:21 +0000 (00:25 -0000)]
SnarlCat writes: add OBJCOPY to build environment Bug #213
Mike Frysinger [Tue, 5 Apr 2005 05:06:10 +0000 (05:06 -0000)]
version bump
Eric Andersen [Thu, 31 Mar 2005 22:45:22 +0000 (22:45 -0000)]
Minor platform updates
Eric Andersen [Sat, 26 Mar 2005 06:46:02 +0000 (06:46 -0000)]
update gdb a bit. remove support for ancient versions.
Eric Andersen [Sat, 26 Mar 2005 01:42:52 +0000 (01:42 -0000)]
Overwrite any existing link should there be one
Eric Andersen [Tue, 22 Mar 2005 20:05:01 +0000 (20:05 -0000)]
Add missing definition for 'struct ip_nat_multi_range_compat' so
that iptables can compile
Mike Frysinger [Mon, 21 Mar 2005 02:59:56 +0000 (02:59 -0000)]
force libelf to be selected
Mike Frysinger [Mon, 21 Mar 2005 02:54:35 +0000 (02:54 -0000)]
Bug #160, pgrayson writes: The readline package currently has a Makefile.in. This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk.
Mike Frysinger [Mon, 21 Mar 2005 02:35:50 +0000 (02:35 -0000)]
Bug #172, LordApollyon writes: Add support for latest openssl 0.9.7e, This will update the version to download as well as one line of the patch which needed correcting.
Mike Frysinger [Mon, 21 Mar 2005 02:35:10 +0000 (02:35 -0000)]
dont install fips crap
Mike Frysinger [Mon, 21 Mar 2005 02:33:24 +0000 (02:33 -0000)]
Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it should be BR2_PACKAGE_GDB_CLIENT.
Eric Andersen [Fri, 18 Mar 2005 10:23:50 +0000 (10:23 -0000)]
Bump available sanitized kernel headers
Eric Andersen [Thu, 17 Mar 2005 22:41:47 +0000 (22:41 -0000)]
Don't let the system /usr/bin/install try to strip target binaries
since it is too stupid to know about cross compilation, and will
therefore try to use the system strip command, too ill effect.
Eric Andersen [Tue, 15 Mar 2005 19:16:00 +0000 (19:16 -0000)]
Add support for udev, from Nathanael Noblet
Eric Andersen [Thu, 10 Mar 2005 20:00:25 +0000 (20:00 -0000)]
Teach the kernel config to also swing both ways
Eric Andersen [Thu, 10 Mar 2005 19:48:32 +0000 (19:48 -0000)]
Try out mips3
Eric Andersen [Thu, 10 Mar 2005 19:47:57 +0000 (19:47 -0000)]
The DBAu1500 can run as either big or little endian
Eric Andersen [Wed, 9 Mar 2005 17:45:21 +0000 (17:45 -0000)]
Fix http://bugs.uclibc.org/view.php?id=135
The ISC DHCP package only install the dhcrelay binary. Patch
supplied to install server and client too, as configured.
Eric Andersen [Wed, 9 Mar 2005 17:39:38 +0000 (17:39 -0000)]
Fix /http://bugs.uclibc.org/view.php?id=134
The configuration utility in package/config/ can look for a default
configuration file called 'defconfig' but it's hard coded to look for
sysdeps/linux/defconfig.
This patch causes the config utility to look in the current working directory
for the 'defconfig' file. I use this to provide a default configuration to a
new buildroot environment. This way, I can 'svn co' buildroot, copy my
defconfig, then make defconfig to use my own default configuration.
This fix only changes one line in the confdata.c file to remove the legacy path
that was used in Linux, and not needed in buildroot.
Eric Andersen [Wed, 9 Mar 2005 17:36:12 +0000 (17:36 -0000)]
Per http://bugs.uclibc.org/view.php?id=130
sed needs to use different delimiters since the regex is
using slashes from a filename
Eric Andersen [Wed, 9 Mar 2005 17:30:20 +0000 (17:30 -0000)]
Fixup device table location
Eric Andersen [Wed, 9 Mar 2005 17:27:14 +0000 (17:27 -0000)]
patch from pgrayson:
This patch does a couple mtd related things:
* Updates to the latest (2005/01/22) mtd from debian.org
* Fixes weird behavior where mkfs.jffs2 built for target was put into the staging dir.
* Shows the mtd package in the package selection menu. When mtd is enabled, the various mtd utilities appear and can be individually selected.
* Added a config item for sumtool, which is part of the mtd-utils and helps manage the new summary feature in jffs2 images.
* Fixed mtd build dependency problem. The mtd utils dynamically link with libz.so, therefore the zlib package is prerequisite for any of the mtd utilities.
Eric Andersen [Wed, 9 Mar 2005 08:36:49 +0000 (08:36 -0000)]
Be extra careful about where the uClibc config file comes from
Eric Andersen [Wed, 9 Mar 2005 08:35:45 +0000 (08:35 -0000)]
Add board support for AMD devel boards
Eric Andersen [Wed, 9 Mar 2005 08:35:06 +0000 (08:35 -0000)]
Add board support for the AMD DBAu1500 development board
Eric Andersen [Wed, 9 Mar 2005 08:30:47 +0000 (08:30 -0000)]
Update dropbear to the new version.
Add a config option to handle low entropy system.
Eric Andersen [Tue, 8 Mar 2005 17:29:28 +0000 (17:29 -0000)]
fix grammar
Eric Andersen [Tue, 8 Mar 2005 06:48:38 +0000 (06:48 -0000)]
Fixup gcc 3.3.3 and 3.3.4 builds with patches backported
from stuff I added to gcc-3.3.5
Eric Andersen [Mon, 7 Mar 2005 21:19:15 +0000 (21:19 -0000)]
Support building fakeroot for use on the host system, i.e. for
munging permissions on tarballs...
Eric Andersen [Mon, 7 Mar 2005 06:57:35 +0000 (06:57 -0000)]
ncurses build with make -jN, N>1 seems racey
Eric Andersen [Wed, 2 Mar 2005 12:54:47 +0000 (12:54 -0000)]
gcc 3.4.0 also needs to not emit embedded pic relocs for mips
Eric Andersen [Wed, 2 Mar 2005 12:33:58 +0000 (12:33 -0000)]
Deal with it when binutils is being somewhat troublesome
Eric Andersen [Wed, 2 Mar 2005 12:30:29 +0000 (12:30 -0000)]
Fix things the other way round. Instead of restoring the mips
embedded pic support into binutils, instead fixup gcc to not emit
any embedded pic relocations.
Eric Andersen [Wed, 2 Mar 2005 11:17:51 +0000 (11:17 -0000)]
bother. Fix the filename
Eric Andersen [Wed, 2 Mar 2005 11:15:13 +0000 (11:15 -0000)]
117_mips_symbolic_link is from debian
Eric Andersen [Wed, 2 Mar 2005 11:15:05 +0000 (11:15 -0000)]
450-mips-restore-embedded-pic is I believe the minimum necessary to get gcc
3.3.x to compile again on mips. As was, compiling gcc 3.3.x for mips would
cause gcc to blow up whining about combining symbols from different segments,
since stock binutils no longer supports the PC relative expressions emitted by
gcc 3.3.x for mips when generating embedded PIC code.
Eric Andersen [Wed, 2 Mar 2005 08:57:32 +0000 (08:57 -0000)]
Always use CFLAGS_FOR_BUILD for using CC_FOR_BUILD
Eric Andersen [Wed, 2 Mar 2005 08:55:16 +0000 (08:55 -0000)]
kill off support for gdb 5.3
Eric Andersen [Wed, 2 Mar 2005 07:30:26 +0000 (07:30 -0000)]
simplify target language selection to remove nasty nested ifeq
Eric Andersen [Wed, 2 Mar 2005 07:07:22 +0000 (07:07 -0000)]
teach BR2_INSTALL_LIBSTDCPP to actually install libstdc++
Eric Andersen [Tue, 1 Mar 2005 17:43:36 +0000 (17:43 -0000)]
Fix Soekris net4521 kernel config location
Eric Andersen [Tue, 1 Mar 2005 17:33:31 +0000 (17:33 -0000)]
bridge and pcmcia need a compiled up linux kernel
Eric Andersen [Tue, 1 Mar 2005 16:31:31 +0000 (16:31 -0000)]
On mips, default to 4k pages to make binaries smaller
Mike Frysinger [Tue, 1 Mar 2005 02:49:42 +0000 (02:49 -0000)]
use tested patch from upstream
Mike Frysinger [Tue, 1 Mar 2005 02:48:11 +0000 (02:48 -0000)]
3.3.5 needs arm big endian lovin too
Joakim Tjernlund [Sun, 27 Feb 2005 23:47:35 +0000 (23:47 -0000)]
Added support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fix
obvious rejects.
Ned Ludd [Fri, 25 Feb 2005 22:01:00 +0000 (22:01 -0000)]
- The installed root/usr/sbin/dropbear was not getting stripped. stripping saves about 35K
Mike Frysinger [Fri, 25 Feb 2005 04:24:36 +0000 (04:24 -0000)]
ext2 was renamed, update config option
Eric Andersen [Fri, 25 Feb 2005 03:22:54 +0000 (03:22 -0000)]
Add support for libelf
Eric Andersen [Fri, 25 Feb 2005 02:38:28 +0000 (02:38 -0000)]
pdinoto writes:
This patch adds an option in GCC config to compile Objective-C language support
in the toolchain. It is disabled by default, so it is not intrusive.
Eric Andersen [Fri, 25 Feb 2005 02:36:58 +0000 (02:36 -0000)]
scott writes in bugs.uclibc.org/view.php?id=41
this patch adds the package 'readline' which is the GNU readline library used
to get/save history with text input applications.
Eric Andersen [Fri, 25 Feb 2005 02:32:25 +0000 (02:32 -0000)]
gtj writes in bugs.uclibc.org/view.php?id=55
The version of mconf used by buildroot doesn't handle "menuconfig" correctly.
Instead of displaying the proper submenu, it just displays the menuconfig
option itself again.
This patch adds the proper code to mconf. Only 6 lines of code.
Eric Andersen [Fri, 25 Feb 2005 02:27:54 +0000 (02:27 -0000)]
Patch from ralphs adding microperl, per
http://bugs.uclibc.org/view.php?id=123
Eric Andersen [Fri, 25 Feb 2005 01:30:13 +0000 (01:30 -0000)]
Trivial updates
Eric Andersen [Fri, 25 Feb 2005 00:57:48 +0000 (00:57 -0000)]
rename patches to avoid any confision as to patch order
Eric Andersen [Thu, 24 Feb 2005 22:26:06 +0000 (22:26 -0000)]
This doesn't need ncurses headers installed in the target
Eric Andersen [Thu, 24 Feb 2005 19:38:09 +0000 (19:38 -0000)]
target/device/Soekris/net4521/linux.mk should only be used when
BR2_TARGET_SOEKRIS_NET4521 is enabled.
Eric Andersen [Thu, 24 Feb 2005 19:36:18 +0000 (19:36 -0000)]
Update to ISC dhcp 3.0.2
Eric Andersen [Tue, 22 Feb 2005 08:46:49 +0000 (08:46 -0000)]
fixup kernel compile
Eric Andersen [Mon, 21 Feb 2005 22:13:13 +0000 (22:13 -0000)]
refer to busybox as well
Eric Andersen [Mon, 21 Feb 2005 22:05:27 +0000 (22:05 -0000)]
typo
Eric Andersen [Mon, 21 Feb 2005 21:16:29 +0000 (21:16 -0000)]
Add a website
Eric Andersen [Mon, 21 Feb 2005 21:15:21 +0000 (21:15 -0000)]
rename
Mike Frysinger [Sat, 19 Feb 2005 20:54:44 +0000 (20:54 -0000)]
2.15.94.0.2.2 has been released
Mike Frysinger [Sat, 19 Feb 2005 20:54:15 +0000 (20:54 -0000)]
old
Eric Andersen [Sat, 19 Feb 2005 02:49:43 +0000 (02:49 -0000)]
make valgrind compile with newer kernel headers
Eric Andersen [Fri, 18 Feb 2005 23:58:16 +0000 (23:58 -0000)]
Do not squash perms, just owner
Eric Andersen [Fri, 18 Feb 2005 19:32:18 +0000 (19:32 -0000)]
move stuff around a little bit more
Eric Andersen [Thu, 17 Feb 2005 21:08:20 +0000 (21:08 -0000)]
I need this bit too
Eric Andersen [Thu, 17 Feb 2005 19:01:52 +0000 (19:01 -0000)]
more example device support
Eric Andersen [Thu, 17 Feb 2005 18:52:22 +0000 (18:52 -0000)]
Update toolchain with some cvs additions from the debian package
Eric Andersen [Thu, 17 Feb 2005 18:51:52 +0000 (18:51 -0000)]
fixup a couple of typos
Eric Andersen [Thu, 17 Feb 2005 18:49:52 +0000 (18:49 -0000)]
move more stuff around for better board support
Eric Andersen [Thu, 17 Feb 2005 18:22:12 +0000 (18:22 -0000)]
more changes towards better board support
Eric Andersen [Thu, 17 Feb 2005 18:21:20 +0000 (18:21 -0000)]
more changes towards better board support
Eric Andersen [Thu, 17 Feb 2005 17:29:57 +0000 (17:29 -0000)]
shuffle things around
Eric Andersen [Thu, 17 Feb 2005 17:17:48 +0000 (17:17 -0000)]
Move stuff around
Eric Andersen [Thu, 17 Feb 2005 17:07:29 +0000 (17:07 -0000)]
Move device table to
Eric Andersen [Thu, 17 Feb 2005 17:05:47 +0000 (17:05 -0000)]
Add the new device directory
Eric Andersen [Thu, 17 Feb 2005 03:00:46 +0000 (03:00 -0000)]
Whitespace
Eric Andersen [Thu, 17 Feb 2005 03:00:29 +0000 (03:00 -0000)]
Make target stuff last so it can override everything else
Eric Andersen [Wed, 16 Feb 2005 21:34:41 +0000 (21:34 -0000)]
add dhcpdump
Eric Andersen [Wed, 16 Feb 2005 21:17:18 +0000 (21:17 -0000)]
HPA's Trivial File Transfer Protocol (tftp) server.
Eric Andersen [Wed, 16 Feb 2005 21:16:17 +0000 (21:16 -0000)]
provide a runlevel
Eric Andersen [Wed, 16 Feb 2005 19:48:43 +0000 (19:48 -0000)]
cleanup whitespace
Eric Andersen [Wed, 16 Feb 2005 19:48:03 +0000 (19:48 -0000)]
more dhcp updates
Eric Andersen [Wed, 16 Feb 2005 19:14:32 +0000 (19:14 -0000)]
the deleting part of 'svn mv' doesnt seem to work. I must
be doing something wrong.
Eric Andersen [Wed, 16 Feb 2005 19:09:35 +0000 (19:09 -0000)]
rename dhcp_relay to dhcp
Eric Andersen [Wed, 16 Feb 2005 19:08:57 +0000 (19:08 -0000)]
remove
Eric Andersen [Wed, 16 Feb 2005 19:08:33 +0000 (19:08 -0000)]
rename dhcp_relay to dhcp
Eric Andersen [Wed, 16 Feb 2005 19:05:09 +0000 (19:05 -0000)]
Rework things a bit to build the server, client, etc
Eric Andersen [Wed, 16 Feb 2005 18:42:19 +0000 (18:42 -0000)]
cleanup whitespace
Eric Andersen [Tue, 15 Feb 2005 22:48:08 +0000 (22:48 -0000)]
give uclibc and busybox config files consistant variable names
Eric Andersen [Tue, 15 Feb 2005 09:44:16 +0000 (09:44 -0000)]
doh. The first hunk of my patch was redundant
Eric Andersen [Tue, 15 Feb 2005 09:26:57 +0000 (09:26 -0000)]
Fix it so that owners and permissions specified in device table
entires are not squashed.
Eric Andersen [Sun, 13 Feb 2005 06:41:09 +0000 (06:41 -0000)]
This file is now obsolete. kill it.
Eric Andersen [Sat, 12 Feb 2005 04:32:48 +0000 (04:32 -0000)]
cleanup install target a bit
Eric Andersen [Sat, 12 Feb 2005 04:32:17 +0000 (04:32 -0000)]
We need to calculate filesystem size right when we run genext2fs.
As was, size was calculated right when 'make' was run, at which
point the rootfs may well be empty...
Eric Andersen [Sat, 12 Feb 2005 00:26:45 +0000 (00:26 -0000)]
update default config