Eric Andersen
6e8666ead8
Apply patch from http://bugs.busybox.net/view.php?id=205
2005-04-12 19:40:23 +00:00
Eric Andersen
416b97d913
remove empty directory
2005-04-11 20:23:38 +00:00
Mike Frysinger
53acd0071b
delete older 2.15.94.0.2 and add new 2.16.90.0.1
2005-04-11 06:26:15 +00:00
Ned Ludd
2dd5c95248
- glib1 does not build a .so
2005-04-08 08:00:03 +00:00
Ned Ludd
b4a0042677
- fix broken concatenated lines. reported by hermannb bug #216
2005-04-08 07:59:01 +00:00
Mike Frysinger
c76539aa58
SnarlCat writes: add OBJCOPY to build environment Bug #213
2005-04-07 00:25:21 +00:00
Mike Frysinger
ed91eb9547
version bump
2005-04-05 05:06:10 +00:00
Eric Andersen
578ecbbfc8
Minor platform updates
2005-03-31 22:45:22 +00:00
Eric Andersen
7e66561771
update gdb a bit. remove support for ancient versions.
2005-03-26 06:46:02 +00:00
Eric Andersen
74ef9c30b7
Overwrite any existing link should there be one
2005-03-26 01:42:52 +00:00
Eric Andersen
e4094f9359
Add missing definition for 'struct ip_nat_multi_range_compat' so
...
that iptables can compile
2005-03-22 20:05:01 +00:00
Mike Frysinger
1c5a0151a1
force libelf to be selected
2005-03-21 02:59:56 +00:00
Mike Frysinger
f7408e9bd4
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.
2005-03-21 02:54:35 +00:00
Mike Frysinger
56d663b960
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.
2005-03-21 02:35:50 +00:00
Mike Frysinger
c686c93ce7
dont install fips crap
2005-03-21 02:35:10 +00:00
Mike Frysinger
20fb51307a
Bug #110 , acmay writes: The gdb version depends on BR2_HOST_GDB, but it should be BR2_PACKAGE_GDB_CLIENT.
2005-03-21 02:33:24 +00:00
Eric Andersen
d487848a7a
Bump available sanitized kernel headers
2005-03-18 10:23:50 +00:00
Eric Andersen
75a9ab4ba3
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.
2005-03-17 22:41:47 +00:00
Eric Andersen
aa915009fc
Add support for udev, from Nathanael Noblet
2005-03-15 19:16:00 +00:00
Eric Andersen
0fd5ede9f6
Teach the kernel config to also swing both ways
2005-03-10 20:00:25 +00:00
Eric Andersen
239d88cee2
Try out mips3
2005-03-10 19:48:32 +00:00
Eric Andersen
781ce9185d
The DBAu1500 can run as either big or little endian
2005-03-10 19:47:57 +00:00
Eric Andersen
dccecf52b0
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.
2005-03-09 17:45:21 +00:00
Eric Andersen
d47108caf6
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.
2005-03-09 17:39:38 +00:00
Eric Andersen
5c83068090
Per http://bugs.uclibc.org/view.php?id=130
...
sed needs to use different delimiters since the regex is
using slashes from a filename
2005-03-09 17:36:12 +00:00
Eric Andersen
d93b209d35
Fixup device table location
2005-03-09 17:30:20 +00:00
Eric Andersen
318cae634d
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.
2005-03-09 17:27:14 +00:00
Eric Andersen
c3cdda3ce1
Be extra careful about where the uClibc config file comes from
2005-03-09 08:36:49 +00:00
Eric Andersen
d620c911e8
Add board support for AMD devel boards
2005-03-09 08:35:45 +00:00
Eric Andersen
a65a9369f4
Add board support for the AMD DBAu1500 development board
2005-03-09 08:35:06 +00:00
Eric Andersen
4c22057788
Update dropbear to the new version.
...
Add a config option to handle low entropy system.
2005-03-09 08:30:47 +00:00
Eric Andersen
8cc0443740
fix grammar
2005-03-08 17:29:28 +00:00
Eric Andersen
a319b8a598
Fixup gcc 3.3.3 and 3.3.4 builds with patches backported
...
from stuff I added to gcc-3.3.5
2005-03-08 06:48:38 +00:00
Eric Andersen
d9cdbbe959
Support building fakeroot for use on the host system, i.e. for
...
munging permissions on tarballs...
2005-03-07 21:19:15 +00:00
Eric Andersen
b2e6d54be3
ncurses build with make -jN, N>1 seems racey
2005-03-07 06:57:35 +00:00
Eric Andersen
43d24f250f
gcc 3.4.0 also needs to not emit embedded pic relocs for mips
2005-03-02 12:54:47 +00:00
Eric Andersen
cbe848f9b6
Deal with it when binutils is being somewhat troublesome
2005-03-02 12:33:58 +00:00
Eric Andersen
cd2388d5b3
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.
2005-03-02 12:30:29 +00:00
Eric Andersen
5968b7e4de
bother. Fix the filename
2005-03-02 11:17:51 +00:00
Eric Andersen
a0ce935a2a
117_mips_symbolic_link is from debian
2005-03-02 11:15:13 +00:00
Eric Andersen
df31643d0d
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.
2005-03-02 11:15:05 +00:00
Eric Andersen
1bd8374691
Always use CFLAGS_FOR_BUILD for using CC_FOR_BUILD
2005-03-02 08:57:32 +00:00
Eric Andersen
75e551047f
kill off support for gdb 5.3
2005-03-02 08:55:16 +00:00
Eric Andersen
8cbab86501
simplify target language selection to remove nasty nested ifeq
2005-03-02 07:30:26 +00:00
Eric Andersen
e076bd4b33
teach BR2_INSTALL_LIBSTDCPP to actually install libstdc++
2005-03-02 07:07:22 +00:00
Eric Andersen
8855700d83
Fix Soekris net4521 kernel config location
2005-03-01 17:43:36 +00:00
Eric Andersen
225bc402b0
bridge and pcmcia need a compiled up linux kernel
2005-03-01 17:33:31 +00:00
Eric Andersen
183e72f23c
On mips, default to 4k pages to make binaries smaller
2005-03-01 16:31:31 +00:00
Mike Frysinger
8bdef6dd22
use tested patch from upstream
2005-03-01 02:49:42 +00:00
Mike Frysinger
74d1a95f1f
3.3.5 needs arm big endian lovin too
2005-03-01 02:48:11 +00:00