Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | update some missing bits for cross depmod | Eric Andersen | 2006-03-22 | 1 | -19/+93 |
| | |||||
* | - drop mktmp hunk | Bernhard Reutner-Fischer | 2006-03-21 | 1 | -11/+1 |
| | |||||
* | - add uemacs | Bernhard Reutner-Fischer | 2006-03-21 | 4 | -0/+113 |
| | |||||
* | rsync-2.6.7 is now out | Eric Andersen | 2006-03-19 | 1 | -1/+1 |
| | |||||
* | seems the dropbear folk forgot to make a .bz2 package this release | Eric Andersen | 2006-03-19 | 1 | -2/+2 |
| | |||||
* | grab patches from upstream | Mike Frysinger | 2006-03-19 | 3 | -0/+149 |
| | |||||
* | import bash-3.1 patches | Mike Frysinger | 2006-03-19 | 11 | -0/+999 |
| | |||||
* | update to bash-3.1 | Mike Frysinger | 2006-03-19 | 18 | -1890/+2 |
| | |||||
* | ver bump | Mike Frysinger | 2006-03-19 | 1 | -1/+1 |
| | |||||
* | configuration for locale support (and lack thereof) was all screwed up | Eric Andersen | 2006-03-19 | 1 | -10/+30 |
| | |||||
* | - add optional splashimage support | Bernhard Reutner-Fischer | 2006-03-18 | 5 | -1/+1438 |
| | |||||
* | import binutils-2.16.91.0.7 | Mike Frysinger | 2006-03-18 | 7 | -0/+403 |
| | |||||
* | add a binutils-unpacked shortcut | Mike Frysinger | 2006-03-18 | 1 | -0/+1 |
| | |||||
* | import gcc-3.4.6 | Mike Frysinger | 2006-03-17 | 16 | -0/+14718 |
| | |||||
* | Fix header file to use __USE_GNU so that TIMEVAL_TO_TIMESPEC gets defined, ↵ | "Steven J. Hill" | 2006-03-16 | 1 | -0/+11 |
| | | | | otherwise latest dropbear does not build. | ||||
* | - rectify brute-force sed invocation (too *many*).. | Bernhard Reutner-Fischer | 2006-03-14 | 1 | -1/+1 |
| | | | | Thanks vapier for pointing this one out. | ||||
* | remove hunk that doesnt belong (see Gentoo Bug 125395) | Mike Frysinger | 2006-03-11 | 1 | -22/+0 |
| | |||||
* | add gcc-4.0.3 release | Mike Frysinger | 2006-03-11 | 8 | -0/+3898 |
| | |||||
* | bump version to the newly released 0.48 | Eric Andersen | 2006-03-10 | 1 | -1/+1 |
| | |||||
* | Update to use upstream uclibc changes, have to change numbering, 203-204 ↵ | Peter S. Mazinger | 2006-03-10 | 7 | -1015/+1045 |
| | | | | have to go to other versions as well | ||||
* | - make sure we use the proper CC for building binutils. | Bernhard Reutner-Fischer | 2006-03-10 | 2 | -1/+14 |
| | | | | | - add config option BR2_EXTRA_BINUTILS_CONFIG_OPTIONS for passing additional flags to binutils configure. | ||||
* | - pass $(TARGET_CROSS)strip as STRIP to the packages. | Bernhard Reutner-Fischer | 2006-03-10 | 1 | -0/+1 |
| | |||||
* | - quote HOST_CC. | Bernhard Reutner-Fischer | 2006-03-10 | 12 | -18/+18 |
| | | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures. | ||||
* | - update from grub_0.95+cvs20040624 to 0.97. | Bernhard Reutner-Fischer | 2006-03-10 | 1 | -3/+3 |
| | | | | The former didn't even build for me, the latter does. | ||||
* | - use coreutils-5.93 | Bernhard Reutner-Fischer | 2006-03-08 | 1 | -3/+3 |
| | |||||
* | uclibc clocale was not recognized, remove unneeded CCODECVT_H | Peter S. Mazinger | 2006-03-04 | 1 | -5/+12 |
| | |||||
* | fixup support for big endian targets | Mike Frysinger | 2006-03-02 | 1 | -4/+13 |
| | |||||
* | sync with latest upstream cvs | Mike Frysinger | 2006-03-02 | 11 | -69/+138 |
| | |||||
* | grab patch for superh big endian targets | Mike Frysinger | 2006-03-02 | 1 | -0/+25 |
| | |||||
* | no longer needed as it is part of the 4.1.0 release | Mike Frysinger | 2006-03-02 | 1 | -16/+0 |
| | |||||
* | update patch to gcc-4.1.0 release | Mike Frysinger | 2006-03-02 | 1 | -198/+264 |
| | |||||
* | fix cross-compiling for 64bit hosts | Mike Frysinger | 2006-02-25 | 1 | -0/+65 |
| | |||||
* | version bump | Mike Frysinger | 2006-02-25 | 1 | -1/+2 |
| | |||||
* | disable multilib by default | Mike Frysinger | 2006-02-20 | 1 | -1/+1 |
| | |||||
* | change default gcc version to 3.4.5 | Mike Frysinger | 2006-02-20 | 1 | -1/+1 |
| | |||||
* | This page was missing a line that uClibc and BusyBox download pages both | Rob Landley | 2006-02-17 | 1 | -0/+3 |
| | | | | have... |