summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change all instances of 'ln -sf' to 'ln -snf'Eric Andersen2005-04-1511-43/+42
|
* Some minor updates for the net4521Eric Andersen2005-04-155-13/+26
|
* Add a bunch of patches snarfed from the debian gdb packageEric Andersen2005-04-1421-0/+3566
|
* switch to mips32Eric Andersen2005-04-142-4/+4
|
* Minor ltrace updatesEric Andersen2005-04-141-2/+7
|
* Update cramfs to handle switching endianness when necessaryEric Andersen2005-04-143-1/+145
|
* Fix up the build of libelf so it actually worksEric Andersen2005-04-122-6/+23
|
* Make busybox config file location a config optionEric Andersen2005-04-124-6/+19
|
* Apply patch from http://bugs.busybox.net/view.php?id=205Eric Andersen2005-04-121-1/+1
|
* remove empty directoryEric Andersen2005-04-110-0/+0
|
* delete older 2.15.94.0.2 and add new 2.16.90.0.1Mike Frysinger2005-04-1110-801/+155
|
* - glib1 does not build a .soNed Ludd2005-04-081-2/+2
|
* - fix broken concatenated lines. reported by hermannb bug #216Ned Ludd2005-04-081-1/+1
|
* SnarlCat writes: add OBJCOPY to build environment Bug #213Mike Frysinger2005-04-071-1/+2
|
* version bumpMike Frysinger2005-04-051-4/+4
|
* Minor platform updatesEric Andersen2005-03-313-1/+3
|
* update gdb a bit. remove support for ancient versions.Eric Andersen2005-03-267-618/+68
|
* Overwrite any existing link should there be oneEric Andersen2005-03-261-1/+1
|
* Add missing definition for 'struct ip_nat_multi_range_compat' soEric Andersen2005-03-221-0/+18
| | | | that iptables can compile
* force libelf to be selectedMike Frysinger2005-03-211-0/+1
|
* Bug #160, pgrayson writes: The readline package currently has a Makefile.in. ↵Mike Frysinger2005-03-212-6/+6
| | | | This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk.
* Bug #172, LordApollyon writes: Add support for latest openssl 0.9.7e, This ↵Mike Frysinger2005-03-212-3/+3
| | | | will update the version to download as well as one line of the patch which needed correcting.
* dont install fips crapMike Frysinger2005-03-211-0/+43
|
* Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it ↵Mike Frysinger2005-03-211-2/+2
| | | | should be BR2_PACKAGE_GDB_CLIENT.
* Bump available sanitized kernel headersEric Andersen2005-03-182-16/+20
|
* Don't let the system /usr/bin/install try to strip target binariesEric Andersen2005-03-171-2/+2
| | | | | since it is too stupid to know about cross compilation, and will therefore try to use the system strip command, too ill effect.
* Add support for udev, from Nathanael NobletEric Andersen2005-03-153-0/+59
|
* Teach the kernel config to also swing both waysEric Andersen2005-03-101-0/+3
|
* Try out mips3Eric Andersen2005-03-101-2/+2
|
* The DBAu1500 can run as either big or little endianEric Andersen2005-03-104-2/+159
|
* 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
|