summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-15version bump to 4.17Mike Frysinger
2006-04-15version bump to 1.3.5Mike Frysinger
2006-04-15version bump to 5.94Mike Frysinger
2006-04-15version bump to 3.81Mike Frysinger
2006-04-15fix patch to work with -p1Mike Frysinger
2006-04-15some more upstream patchesMike Frysinger
2006-04-15some more upstream patchesMike Frysinger
2006-04-14sync thread stuff with config.in as pointed out by mjn3Mike Frysinger
2006-04-14cut out pointless hunksMike Frysinger
2006-04-14Fix missing /etc/mtab symlinkEric Andersen
2006-04-14Browsing to the ccache web page http://ccache.samba.org/Eric Andersen
they list the cannonical download URL as: http://samba.org/ftp/ccache/ so I guess the freshmeat URL is out of date or something.
2006-04-14664: bind package update: akvadrako writes:Eric Andersen
This patch consists of: (1) bind version bump (2) removing some X-compiling build fixes merged upstream (3) removing the bind-dlopen patch: not of general enough use (4) remove the package/bind/bind9 file - it isn't used (5) Use $(STAGING_DIR)/lib instead of $(STAGING_DIR)/usr/lib (6) Fix chroot'ed bind handling by init script
2006-04-14Make symlink targets use relative paths per bug 303Eric Andersen
2006-04-14829: Bump distcc package to 2.18.3Eric Andersen
2006-04-14830: Bump nano package to v1.3.11Eric Andersen
2006-04-14831: Bump wget package to v1.10.2Eric Andersen
2006-04-14832: Bump libusb package to v0.1.12Eric Andersen
2006-04-14833: Bump usbutils package to v0.72Eric Andersen
2006-04-14bug 834: libusb: build fix: set big/little endianEric Andersen
The following patch fixes a compilation error in libusb (cannot detectect endian while cross compiling)
2006-04-14per bug 828, bump boa package to v0.94.14rc21Eric Andersen
2006-04-13forward port big endian arm fixMike Frysinger
2006-04-13since 4.2.0 isnt actually out, rename patchdir to match new snapshot supportMike Frysinger
2006-04-13add proper support for gcc snapshotsMike Frysinger
2006-04-12slight tweak so it will actually compileMike Frysinger
2006-04-12forward port the arm big endian patchMike Frysinger
2006-04-12scrub patchesMike Frysinger
2006-04-12dohEric Andersen
2006-04-12dont use depmod.pl, use cross depmod which I made work properly a while back.Eric Andersen
Apply latest stable kernel patch
2006-04-11make the locale config mostly match the non-locale configEric Andersen
2006-04-11per bug 825, bump busybox to stable rev 1.1.2Eric Andersen
2006-04-11bump version, merely a compile fix for scpEric Andersen
2006-04-11add sudo, based on http://bugs.busybox.net/view.php?id=511Eric Andersen
with minor changes, and updated security patches
2006-04-11try to make sure results actually make it to diskEric Andersen
2006-04-10per bug 0000786, strip quotesEric Andersen
2006-04-100000755: New package: haserl: patch from jacmetEric Andersen
This little patch adds a target for haserl to buildroot. Haserl - Html And Shell Embedded Report Language
2006-04-100000789: New package: ethtool: patch from jacmetEric Andersen
This little patch adds a target for ethtool to buildroot. ethtool is a small utility for examining and tuning your ethernet-based network interface.
2006-04-10fix for newer gccEric Andersen
2006-04-10yet again... rework fakeroot handling to ensure fakeroot is invoked just once,Eric Andersen
as it seems to sometimes lose values logged during from earlier invocations.
2006-04-10accomodate a read only rootfsEric Andersen
2006-04-10fetch zlib from the cannonical site at zlib.netEric Andersen
2006-04-10update ccache urlEric Andersen
2006-04-10As noted by jacmet in bug 824:Eric Andersen
svn 14777 seems to have broken cramfs/squashfs/tarroot. The problem is that $(IMAGE) is the absolute path of the image including directories, so the build tries to access $(STAGING_DIR)/_fakeroot.</full/path/to/buildroot/directory> which doesn't exist. The fix is to define CRAMFS/SQUASHFS/TAR_TARGET as $(notdir $(IMAGE).<extension>) instead.
2006-04-07make sure things still work even when fakeroot is not in active useEric Andersen
2006-04-07rework fakeroot handling to avoid races during parallel make causing severalEric Andersen
fakeroot instances stomping eachother's temp files.
2006-04-06remove redundant e2fsprogs dependency which caused unnecessary rebuilds.Eric Andersen
2006-04-06Build ltt without GTK if GTK is not availableEric Andersen
2006-04-06patch from janlana adding an x86 bootable iso9660 CD-ROM targetEric Andersen
2006-04-06bjdooks writes:Eric Andersen
udev creates wrong permissions on /dev/s3c2410_serial devices Attached patch adds a line for s3c2410_serial with the correct MODE/group
2006-04-06lord_apollyon writes:Eric Andersen
When gcc 3.4.4 is configured for the toolchain, it subsequently fails to compile udhcp-0.9.8/dhcpc.c complaining about an improper switch statement syntax error: dhcpc.c: In function `perform_renew': dhcpc.c:136: error: label at end of compound statement
2006-04-06akvadrako writes:Eric Andersen
The term gdb-client is deceptive - although it parallels the gdb-server name, it is actually a full fledged gdb version. I want to use it to debug uClibc core files on my host system. Although I haven't got that to work yet, I wasted time figuring out how to do build gdb for the host not realizing it already had a target. With this documentation change, things would have been a lot clearer to me.