Commit Graph

1045 Commits

Author SHA1 Message Date
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
Joakim Tjernlund
bb352e9616 Added support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fix
obvious rejects.
2005-02-27 23:47:35 +00:00
Ned Ludd
e3b1e1479e - The installed root/usr/sbin/dropbear was not getting stripped. stripping saves about 35K 2005-02-25 22:01:00 +00:00
Mike Frysinger
60d43f2627 ext2 was renamed, update config option 2005-02-25 04:24:36 +00:00
Eric Andersen
4dcfc9dc0f Add support for libelf 2005-02-25 03:22:54 +00:00
Eric Andersen
a777f26c32 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.
2005-02-25 02:38:28 +00:00
Eric Andersen
989fc8ef59 scott writes in http://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.
2005-02-25 02:36:58 +00:00
Eric Andersen
2e9a20f61c gtj writes in http://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.
2005-02-25 02:32:25 +00:00
Eric Andersen
ac39d3b13f Patch from ralphs adding microperl, per
http://bugs.uclibc.org/view.php?id=123
2005-02-25 02:27:54 +00:00
Eric Andersen
2460dadf07 Trivial updates 2005-02-25 01:30:13 +00:00
Eric Andersen
7e94594783 rename patches to avoid any confision as to patch order 2005-02-25 00:57:48 +00:00
Eric Andersen
15c40c9722 This doesn't need ncurses headers installed in the target 2005-02-24 22:26:06 +00:00
Eric Andersen
970731e1ec target/device/Soekris/net4521/linux.mk should only be used when
BR2_TARGET_SOEKRIS_NET4521 is enabled.
2005-02-24 19:38:09 +00:00
Eric Andersen
a6cfd28490 Update to ISC dhcp 3.0.2 2005-02-24 19:36:18 +00:00
Eric Andersen
487f8c9d03 fixup kernel compile 2005-02-22 08:46:49 +00:00
Eric Andersen
1c299aa38f refer to busybox as well 2005-02-21 22:13:13 +00:00
Eric Andersen
93c151a3a7 typo 2005-02-21 22:05:27 +00:00
Eric Andersen
a9d6aed933 Add a website 2005-02-21 21:16:29 +00:00
Eric Andersen
f5bafe8162 rename 2005-02-21 21:15:21 +00:00
Mike Frysinger
c1f119b500 2.15.94.0.2.2 has been released 2005-02-19 20:54:44 +00:00
Mike Frysinger
65993ce772 old 2005-02-19 20:54:15 +00:00
Eric Andersen
bca6ae25ab make valgrind compile with newer kernel headers 2005-02-19 02:49:43 +00:00
Eric Andersen
eb86ef270a Do not squash perms, just owner 2005-02-18 23:58:16 +00:00
Eric Andersen
02242b9f3d move stuff around a little bit more 2005-02-18 19:32:18 +00:00