summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix http://bugs.uclibc.org/view.php?id=135Eric Andersen2005-03-091-9/+11
| | | | | | The ISC DHCP package only install the dhcrelay binary. Patch supplied to install server and client too, as configured.
* Fix /http://bugs.uclibc.org/view.php?id=134Eric Andersen2005-03-091-1/+1
| | | | | | | | | | | | | | | 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.
* Per http://bugs.uclibc.org/view.php?id=130Eric Andersen2005-03-091-1/+1
| | | | | sed needs to use different delimiters since the regex is using slashes from a filename
* Fixup device table locationEric Andersen2005-03-092-18/+14
|
* patch from pgrayson:Eric Andersen2005-03-093-38/+42
| | | | | | | | | | | | | | | 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.
* Be extra careful about where the uClibc config file comes fromEric Andersen2005-03-091-0/+2
|
* Add board support for AMD devel boardsEric Andersen2005-03-091-0/+1
|
* Add board support for the AMD DBAu1500 development boardEric Andersen2005-03-0974-0/+2899
|
* Update dropbear to the new version.Eric Andersen2005-03-092-2/+20
| | | | Add a config option to handle low entropy system.
* fix grammarEric Andersen2005-03-081-1/+1
|
* Fixup gcc 3.3.3 and 3.3.4 builds with patches backportedEric Andersen2005-03-0810-0/+800
| | | | from stuff I added to gcc-3.3.5
* Support building fakeroot for use on the host system, i.e. forEric Andersen2005-03-071-19/+61
| | | | munging permissions on tarballs...
* ncurses build with make -jN, N>1 seems raceyEric Andersen2005-03-071-1/+1
|
* gcc 3.4.0 also needs to not emit embedded pic relocs for mipsEric Andersen2005-03-021-0/+83
|
* Deal with it when binutils is being somewhat troublesomeEric Andersen2005-03-021-0/+1
|
* Fix things the other way round. Instead of restoring the mipsEric Andersen2005-03-023-119/+59
| | | | | embedded pic support into binutils, instead fixup gcc to not emit any embedded pic relocations.
* bother. Fix the filenameEric Andersen2005-03-021-0/+0
|
* 117_mips_symbolic_link is from debianEric Andersen2005-03-021-0/+44
|
* 450-mips-restore-embedded-pic is I believe the minimum necessary to get gccEric Andersen2005-03-021-0/+75
| | | | | | | 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.
* Always use CFLAGS_FOR_BUILD for using CC_FOR_BUILDEric Andersen2005-03-0211-0/+352
|
* kill off support for gdb 5.3Eric Andersen2005-03-024-803/+1
|
* simplify target language selection to remove nasty nested ifeqEric Andersen2005-03-021-6/+10
|
* teach BR2_INSTALL_LIBSTDCPP to actually install libstdc++Eric Andersen2005-03-021-5/+12
|
* Fix Soekris net4521 kernel config locationEric Andersen2005-03-011-1/+1
|
* bridge and pcmcia need a compiled up linux kernelEric Andersen2005-03-012-1/+3
|
* On mips, default to 4k pages to make binaries smallerEric Andersen2005-03-0114-0/+364
|
* use tested patch from upstreamMike Frysinger2005-03-011-1/+1
|
* 3.3.5 needs arm big endian lovin tooMike Frysinger2005-03-012-0/+93
|
* Added support for gdb 6.3. Rediffed 100-uclibc-conf.patch to fixJoakim Tjernlund2005-02-274-0/+331
| | | | obvious rejects.
* - The installed root/usr/sbin/dropbear was not getting stripped. stripping ↵Ned Ludd2005-02-251-0/+1
| | | | saves about 35K
* ext2 was renamed, update config optionMike Frysinger2005-02-251-1/+1
|
* Add support for libelfEric Andersen2005-02-253-0/+70
|
* pdinoto writes:Eric Andersen2005-02-252-0/+11
| | | | | | 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.
* scott writes in http://bugs.uclibc.org/view.php?id=41Eric Andersen2005-02-255-0/+108
| | | | | | this patch adds the package 'readline' which is the GNU readline library used to get/save history with text input applications.
* gtj writes in http://bugs.uclibc.org/view.php?id=55Eric Andersen2005-02-251-0/+6
| | | | | | | | 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.
* Patch from ralphs adding microperl, perEric Andersen2005-02-253-0/+48
| | | | http://bugs.uclibc.org/view.php?id=123
* Trivial updatesEric Andersen2005-02-253-3/+4
|
* rename patches to avoid any confision as to patch orderEric Andersen2005-02-252-0/+0
|
* This doesn't need ncurses headers installed in the targetEric Andersen2005-02-241-1/+1
|
* target/device/Soekris/net4521/linux.mk should only be used when Eric Andersen2005-02-241-1/+2
| | | | BR2_TARGET_SOEKRIS_NET4521 is enabled.
* Update to ISC dhcp 3.0.2Eric Andersen2005-02-242-49/+50
|
* fixup kernel compileEric Andersen2005-02-222-10/+6
|
* refer to busybox as wellEric Andersen2005-02-211-0/+1
|
* typoEric Andersen2005-02-211-1/+1
|
* Add a websiteEric Andersen2005-02-2112-0/+347
|
* renameEric Andersen2005-02-211-0/+0
|
* 2.15.94.0.2.2 has been releasedMike Frysinger2005-02-197-3/+1035
|
* oldMike Frysinger2005-02-196-1016/+0
|
* make valgrind compile with newer kernel headersEric Andersen2005-02-191-3/+19
|
* Do not squash perms, just ownerEric Andersen2005-02-181-1/+1
|