summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-14switch to mips32Eric Andersen
2005-04-14Minor ltrace updatesEric Andersen
2005-04-14Update cramfs to handle switching endianness when necessaryEric Andersen
2005-04-12Fix up the build of libelf so it actually worksEric Andersen
2005-04-12Make busybox config file location a config optionEric Andersen
2005-04-12Apply patch from http://bugs.busybox.net/view.php?id=205Eric Andersen
2005-04-11remove empty directoryEric Andersen
2005-04-11delete older 2.15.94.0.2 and add new 2.16.90.0.1Mike Frysinger
2005-04-08- glib1 does not build a .soNed Ludd
2005-04-08- fix broken concatenated lines. reported by hermannb bug #216Ned Ludd
2005-04-07SnarlCat writes: add OBJCOPY to build environment Bug #213Mike Frysinger
2005-04-05version bumpMike Frysinger
2005-03-31Minor platform updatesEric Andersen
2005-03-26update gdb a bit. remove support for ancient versions.Eric Andersen
2005-03-26Overwrite any existing link should there be oneEric Andersen
2005-03-22Add missing definition for 'struct ip_nat_multi_range_compat' soEric Andersen
that iptables can compile
2005-03-21force libelf to be selectedMike Frysinger
2005-03-21Bug #160, pgrayson writes: The readline package currently has a Makefile.in. ↵Mike Frysinger
This patch removes the depricated Makefile.in and adds the relevant modifications to TARGETS to readline.mk.
2005-03-21Bug #172, LordApollyon writes: Add support for latest openssl 0.9.7e, This ↵Mike Frysinger
will update the version to download as well as one line of the patch which needed correcting.
2005-03-21dont install fips crapMike Frysinger
2005-03-21Bug #110, acmay writes: The gdb version depends on BR2_HOST_GDB, but it ↵Mike Frysinger
should be BR2_PACKAGE_GDB_CLIENT.
2005-03-18Bump available sanitized kernel headersEric Andersen
2005-03-17Don't let the system /usr/bin/install try to strip target binariesEric Andersen
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-15Add support for udev, from Nathanael NobletEric Andersen
2005-03-10Teach the kernel config to also swing both waysEric Andersen
2005-03-10Try out mips3Eric Andersen
2005-03-10The DBAu1500 can run as either big or little endianEric Andersen
2005-03-09Fix http://bugs.uclibc.org/view.php?id=135Eric Andersen
The ISC DHCP package only install the dhcrelay binary. Patch supplied to install server and client too, as configured.
2005-03-09Fix /http://bugs.uclibc.org/view.php?id=134Eric Andersen
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-09Per http://bugs.uclibc.org/view.php?id=130Eric Andersen
sed needs to use different delimiters since the regex is using slashes from a filename
2005-03-09Fixup device table locationEric Andersen
2005-03-09patch from pgrayson:Eric Andersen
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-09Be extra careful about where the uClibc config file comes fromEric Andersen
2005-03-09Add board support for AMD devel boardsEric Andersen
2005-03-09Add board support for the AMD DBAu1500 development boardEric Andersen
2005-03-09Update dropbear to the new version.Eric Andersen
Add a config option to handle low entropy system.
2005-03-08fix grammarEric Andersen
2005-03-08Fixup gcc 3.3.3 and 3.3.4 builds with patches backportedEric Andersen
from stuff I added to gcc-3.3.5
2005-03-07Support building fakeroot for use on the host system, i.e. forEric Andersen
munging permissions on tarballs...
2005-03-07ncurses build with make -jN, N>1 seems raceyEric Andersen
2005-03-02gcc 3.4.0 also needs to not emit embedded pic relocs for mipsEric Andersen
2005-03-02Deal with it when binutils is being somewhat troublesomeEric Andersen
2005-03-02Fix things the other way round. Instead of restoring the mipsEric Andersen
embedded pic support into binutils, instead fixup gcc to not emit any embedded pic relocations.
2005-03-02bother. Fix the filenameEric Andersen
2005-03-02117_mips_symbolic_link is from debianEric Andersen
2005-03-02450-mips-restore-embedded-pic is I believe the minimum necessary to get gccEric Andersen
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-02Always use CFLAGS_FOR_BUILD for using CC_FOR_BUILDEric Andersen
2005-03-02kill off support for gdb 5.3Eric Andersen
2005-03-02simplify target language selection to remove nasty nested ifeqEric Andersen
2005-03-02teach BR2_INSTALL_LIBSTDCPP to actually install libstdc++Eric Andersen