aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* remove redundant e2fsprogs dependency which caused unnecessary rebuilds.Eric Andersen2006-04-061-1/+1
|
* Build ltt without GTK if GTK is not availableEric Andersen2006-04-061-0/+4
|
* patch from janlana adding an x86 bootable iso9660 CD-ROM targetEric Andersen2006-04-064-0/+120
|
* bjdooks writes:Eric Andersen2006-04-062-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 Andersen2006-04-062-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 Andersen2006-04-062-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 failsEric Andersen2006-04-061-1/+1
|
* david_bachelart writes:Eric Andersen2006-04-061-0/+1
| | | | the recent uemacs packages does not appear in the packages list.
* tyler writes:Eric Andersen2006-04-061-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 Andersen2006-04-061-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 Andersen2006-04-061-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 envMike Frysinger2006-03-282-0/+16
|
* Well... at least this seems to build. Haven't had time to really test it ↵Manuel Novoa III2006-03-261-180/+190
| | | | yet, but checking it in for sjhill to test.
* update to linux 2.4.16 and current uClibc.Eric Andersen2006-03-2539-630/+1099
|
* Compile even if index is a macroPeter S. Mazinger2006-03-252-0/+48
|
* some more patches from upstreamMike Frysinger2006-03-231-0/+90
|
* some more patches from upstreamMike Frysinger2006-03-233-0/+196
|
* update some missing bits for cross depmodEric Andersen2006-03-221-19/+93
|
* - drop mktmp hunkBernhard Reutner-Fischer2006-03-211-11/+1
|
* - add uemacsBernhard Reutner-Fischer2006-03-214-0/+113
|
* rsync-2.6.7 is now outEric Andersen2006-03-191-1/+1
|
* seems the dropbear folk forgot to make a .bz2 package this releaseEric Andersen2006-03-191-2/+2
|
* grab patches from upstreamMike Frysinger2006-03-193-0/+149
|
* import bash-3.1 patchesMike Frysinger2006-03-1911-0/+999
|
* update to bash-3.1Mike Frysinger2006-03-1918-1890/+2
|
* ver bumpMike Frysinger2006-03-191-1/+1
|
* configuration for locale support (and lack thereof) was all screwed upEric Andersen2006-03-191-10/+30
|
* - add optional splashimage supportBernhard Reutner-Fischer2006-03-185-1/+1438
|
* import binutils-2.16.91.0.7Mike Frysinger2006-03-187-0/+403
|
* add a binutils-unpacked shortcutMike Frysinger2006-03-181-0/+1
|
* import gcc-3.4.6Mike Frysinger2006-03-1716-0/+14718
|
* Fix header file to use __USE_GNU so that TIMEVAL_TO_TIMESPEC gets defined, ↵"Steven J. Hill"2006-03-161-0/+11
| | | | otherwise latest dropbear does not build.
* - rectify brute-force sed invocation (too *many*)..Bernhard Reutner-Fischer2006-03-141-1/+1
| | | | Thanks vapier for pointing this one out.
* remove hunk that doesnt belong (see Gentoo Bug 125395)Mike Frysinger2006-03-111-22/+0
|
* add gcc-4.0.3 releaseMike Frysinger2006-03-118-0/+3898
|
* bump version to the newly released 0.48Eric Andersen2006-03-101-1/+1
|
* Update to use upstream uclibc changes, have to change numbering, 203-204 ↵Peter S. Mazinger2006-03-107-1015/+1045
| | | | have to go to other versions as well
* - make sure we use the proper CC for building binutils.Bernhard Reutner-Fischer2006-03-102-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-Fischer2006-03-101-0/+1
|
* - quote HOST_CC.Bernhard Reutner-Fischer2006-03-1012-18/+18
| | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures.