Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 664: bind package update: akvadrako writes: | Eric Andersen | 2006-04-14 | 5 | -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 303 | Eric Andersen | 2006-04-14 | 3 | -0/+0 |
| | |||||
* | 829: Bump distcc package to 2.18.3 | Eric Andersen | 2006-04-14 | 1 | -1/+1 |
| | |||||
* | 830: Bump nano package to v1.3.11 | Eric Andersen | 2006-04-14 | 1 | -1/+1 |
| | |||||
* | 831: Bump wget package to v1.10.2 | Eric Andersen | 2006-04-14 | 1 | -1/+1 |
| | |||||
* | 832: Bump libusb package to v0.1.12 | Eric Andersen | 2006-04-14 | 1 | -1/+1 |
| | |||||
* | 833: Bump usbutils package to v0.72 | Eric Andersen | 2006-04-14 | 1 | -1/+1 |
| | |||||
* | bug 834: libusb: build fix: set big/little endian | Eric Andersen | 2006-04-14 | 1 | -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.14rc21 | Eric Andersen | 2006-04-14 | 1 | -1/+1 |
| | |||||
* | forward port big endian arm fix | Mike Frysinger | 2006-04-13 | 1 | -0/+67 |
| | |||||
* | since 4.2.0 isnt actually out, rename patchdir to match new snapshot support | Mike Frysinger | 2006-04-13 | 11 | -0/+0 |
| | |||||
* | add proper support for gcc snapshots | Mike Frysinger | 2006-04-13 | 3 | -14/+39 |
| | |||||
* | slight tweak so it will actually compile | Mike Frysinger | 2006-04-12 | 1 | -1/+1 |
| | |||||
* | forward port the arm big endian patch | Mike Frysinger | 2006-04-12 | 5 | -0/+335 |
| | |||||
* | scrub patches | Mike Frysinger | 2006-04-12 | 5 | -30/+20 |
| | |||||
* | doh | Eric Andersen | 2006-04-12 | 2 | -2/+2 |
| | |||||
* | dont use depmod.pl, use cross depmod which I made work properly a while back. | Eric Andersen | 2006-04-12 | 6 | -493/+1098 |
| | | | | Apply latest stable kernel patch | ||||
* | make the locale config mostly match the non-locale config | Eric Andersen | 2006-04-11 | 1 | -5/+28 |
| | |||||
* | per bug 825, bump busybox to stable rev 1.1.2 | Eric Andersen | 2006-04-11 | 1 | -1/+1 |
| | |||||
* | bump version, merely a compile fix for scp | Eric Andersen | 2006-04-11 | 1 | -1/+1 |
| | |||||
* | add sudo, based on http://bugs.busybox.net/view.php?id=511 | Eric Andersen | 2006-04-11 | 5 | -0/+13372 |
| | | | | with minor changes, and updated security patches | ||||
* | try to make sure results actually make it to disk | Eric Andersen | 2006-04-11 | 1 | -0/+2 |
| | |||||
* | per bug 0000786, strip quotes | Eric Andersen | 2006-04-10 | 2 | -2/+3 |
| | |||||
* | 0000755: New package: haserl: patch from jacmet | Eric Andersen | 2006-04-10 | 3 | -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 jacmet | Eric Andersen | 2006-04-10 | 3 | -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 gcc | Eric Andersen | 2006-04-10 | 1 | -0/+23 |
| | |||||
* | yet again... rework fakeroot handling to ensure fakeroot is invoked just once, | Eric Andersen | 2006-04-10 | 8 | -99/+58 |
| | | | | as it seems to sometimes lose values logged during from earlier invocations. | ||||
* | accomodate a read only rootfs | Eric Andersen | 2006-04-10 | 3 | -0/+30 |
| | |||||
* | fetch zlib from the cannonical site at zlib.net | Eric Andersen | 2006-04-10 | 1 | -1/+1 |
| | |||||
* | update ccache url | Eric Andersen | 2006-04-10 | 1 | -1/+1 |
| | |||||
* | As noted by jacmet in bug 824: | Eric Andersen | 2006-04-10 | 6 | -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 use | Eric Andersen | 2006-04-07 | 7 | -1/+7 |
| | |||||
* | rework fakeroot handling to avoid races during parallel make causing several | Eric Andersen | 2006-04-07 | 7 | -76/+88 |
| | | | | fakeroot instances stomping eachother's temp files. | ||||
* | remove redundant e2fsprogs dependency which caused unnecessary rebuilds. | Eric Andersen | 2006-04-06 | 1 | -1/+1 |
| | |||||
* | Build ltt without GTK if GTK is not available | Eric Andersen | 2006-04-06 | 1 | -0/+4 |
| | |||||
* | patch from janlana adding an x86 bootable iso9660 CD-ROM target | Eric Andersen | 2006-04-06 | 4 | -0/+120 |
| | |||||
* | bjdooks writes: | Eric Andersen | 2006-04-06 | 2 | -0/+13 |
| | | | | | udev creates wrong permissions on /dev/s3c2410_serial devices Attached patch adds a line for s3c2410_serial with the correct MODE/group | ||||
* | lord_apollyon writes: | Eric Andersen | 2006-04-06 | 2 | -0/+12 |
| | | | | | | | | | | 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 | ||||
* | akvadrako writes: | Eric Andersen | 2006-04-06 | 2 | -22/+22 |
| | | | | | | | | | 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. | ||||
* | will_newton writes: thttpd install fails | Eric Andersen | 2006-04-06 | 1 | -1/+1 |
| | |||||
* | david_bachelart writes: | Eric Andersen | 2006-04-06 | 1 | -0/+1 |
| | | | | the recent uemacs packages does not appear in the packages list. | ||||
* | tyler writes: | Eric Andersen | 2006-04-06 | 1 | -2/+5 |
| | | | | | | libdirectfb* is copied to target, but when the package builds it also builds libdirect* and libfusion*, which libdirectfb will call upon, but they are not copied along with libdirectfb. | ||||
* | tyler writes: | Eric Andersen | 2006-04-06 | 1 | -2/+2 |
| | | | | | | | | | | | Building DirectFB compiles fine and installs fine, but when running on the target the libraries look for DirectFB modules within a path that was defined as $(PREFIX) during the build. Under buildroot PREFIX is set to $(STAGING_DIR)/usr, which obviously doesn't exist on the target so it dies. Instead, it should be built such that PREFIX=/usr then have prefix & exec_prefix set to $(STAGING_DIR)/usr when it's time to install. | ||||
* | patch from bjdooks: | Eric Andersen | 2006-04-06 | 1 | -4/+8 |
| | | | | | | mtd.mk is ignoring the set ($DL_DIR), which means fit will fail when DL_DIR is set to something other than dl | ||||
* | fix building when CPP is set in build env | Mike Frysinger | 2006-03-28 | 2 | -0/+16 |
| | |||||
* | Well... at least this seems to build. Haven't had time to really test it ↵ | Manuel Novoa III | 2006-03-26 | 1 | -180/+190 |
| | | | | yet, but checking it in for sjhill to test. | ||||
* | update to linux 2.4.16 and current uClibc. | Eric Andersen | 2006-03-25 | 39 | -630/+1099 |
| | |||||
* | Compile even if index is a macro | Peter S. Mazinger | 2006-03-25 | 2 | -0/+48 |
| | |||||
* | some more patches from upstream | Mike Frysinger | 2006-03-23 | 1 | -0/+90 |
| | |||||
* | some more patches from upstream | Mike Frysinger | 2006-03-23 | 3 | -0/+196 |
| |