summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove reference to "releases"Mike Frysinger2006-04-171-3/+0
|
* syntax/comment touchupsMike Frysinger2006-04-151-10/+14
|
* no longer neededMike Frysinger2006-04-151-65/+0
|
* version bump to 394Mike Frysinger2006-04-151-1/+1
|
* version bump to 2.4.1Mike Frysinger2006-04-151-1/+1
|
* version bump to 1.5.22Mike Frysinger2006-04-151-1/+1
|
* version bump to 4.17Mike Frysinger2006-04-151-1/+1
|
* version bump to 1.3.5Mike Frysinger2006-04-151-1/+1
|
* version bump to 5.94Mike Frysinger2006-04-151-1/+1
|
* version bump to 3.81Mike Frysinger2006-04-151-2/+3
|
* fix patch to work with -p1Mike Frysinger2006-04-151-2/+2
|
* some more upstream patchesMike Frysinger2006-04-151-0/+1
|
* some more upstream patchesMike Frysinger2006-04-153-0/+288
|
* sync thread stuff with config.in as pointed out by mjn3Mike Frysinger2006-04-141-3/+3
|
* cut out pointless hunksMike Frysinger2006-04-141-143/+0
|
* Fix missing /etc/mtab symlinkEric Andersen2006-04-143-0/+0
|
* Browsing to the ccache web page http://ccache.samba.org/Eric Andersen2006-04-141-1/+1
| | | | | they list the cannonical download URL as: http://samba.org/ftp/ccache/ so I guess the freshmeat URL is out of date or something.
* 664: bind package update: akvadrako writes:Eric Andersen2006-04-145-195/+20
| | | | | | | | | | 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
* Make symlink targets use relative paths per bug 303Eric Andersen2006-04-143-0/+0
|
* 829: Bump distcc package to 2.18.3Eric Andersen2006-04-141-1/+1
|
* 830: Bump nano package to v1.3.11Eric Andersen2006-04-141-1/+1
|
* 831: Bump wget package to v1.10.2Eric Andersen2006-04-141-1/+1
|
* 832: Bump libusb package to v0.1.12Eric Andersen2006-04-141-1/+1
|
* 833: Bump usbutils package to v0.72Eric Andersen2006-04-141-1/+1
|
* bug 834: libusb: build fix: set big/little endianEric Andersen2006-04-141-0/+7
| | | | | The following patch fixes a compilation error in libusb (cannot detectect endian while cross compiling)
* per bug 828, bump boa package to v0.94.14rc21Eric Andersen2006-04-141-1/+1
|
* forward port big endian arm fixMike Frysinger2006-04-131-0/+67
|
* since 4.2.0 isnt actually out, rename patchdir to match new snapshot supportMike Frysinger2006-04-1311-0/+0
|
* add proper support for gcc snapshotsMike Frysinger2006-04-133-14/+39
|
* slight tweak so it will actually compileMike Frysinger2006-04-121-1/+1
|
* forward port the arm big endian patchMike Frysinger2006-04-125-0/+335
|
* scrub patchesMike Frysinger2006-04-125-30/+20
|
* dohEric Andersen2006-04-122-2/+2
|
* dont use depmod.pl, use cross depmod which I made work properly a while back.Eric Andersen2006-04-126-493/+1098
| | | | Apply latest stable kernel patch
* make the locale config mostly match the non-locale configEric Andersen2006-04-111-5/+28
|
* per bug 825, bump busybox to stable rev 1.1.2Eric Andersen2006-04-111-1/+1
|
* bump version, merely a compile fix for scpEric Andersen2006-04-111-1/+1
|
* add sudo, based on http://bugs.busybox.net/view.php?id=511Eric Andersen2006-04-115-0/+13372
| | | | with minor changes, and updated security patches
* try to make sure results actually make it to diskEric Andersen2006-04-111-0/+2
|
* per bug 0000786, strip quotesEric Andersen2006-04-102-2/+3
|
* 0000755: New package: haserl: patch from jacmetEric Andersen2006-04-103-0/+68
| | | | | This little patch adds a target for haserl to buildroot. Haserl - Html And Shell Embedded Report Language
* 0000789: New package: ethtool: patch from jacmetEric Andersen2006-04-103-0/+67
| | | | | | This little patch adds a target for ethtool to buildroot. ethtool is a small utility for examining and tuning your ethernet-based network interface.
* fix for newer gccEric Andersen2006-04-101-0/+23
|
* yet again... rework fakeroot handling to ensure fakeroot is invoked just once,Eric Andersen2006-04-108-99/+58
| | | | as it seems to sometimes lose values logged during from earlier invocations.
* accomodate a read only rootfsEric Andersen2006-04-103-0/+30
|
* fetch zlib from the cannonical site at zlib.netEric Andersen2006-04-101-1/+1
|
* update ccache urlEric Andersen2006-04-101-1/+1
|
* As noted by jacmet in bug 824:Eric Andersen2006-04-106-54/+54
| | | | | | | | | | | | | 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.
* make sure things still work even when fakeroot is not in active useEric Andersen2006-04-077-1/+7
|
* rework fakeroot handling to avoid races during parallel make causing severalEric Andersen2006-04-077-76/+88
| | | | fakeroot instances stomping eachother's temp files.