summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
* 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
|
* 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
* 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-102-9/+6
| | | | as it seems to sometimes lose values logged during from earlier invocations.
* fetch zlib from the cannonical site at zlib.netEric Andersen2006-04-101-1/+1
|
* 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
|
* 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
* 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
|
* 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
|
* 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.
* bump version to the newly released 0.48Eric Andersen2006-03-101-1/+1
|
* - pass $(TARGET_CROSS)strip as STRIP to the packages.Bernhard Reutner-Fischer2006-03-101-0/+1
|
* - quote HOST_CC.Bernhard Reutner-Fischer2006-03-1010-15/+15
| | | | | Allows for passing flags along HOST_CC which is sometimes needed on certain architectures.
* - use coreutils-5.93Bernhard Reutner-Fischer2006-03-081-3/+3
|
* fixup support for big endian targetsMike Frysinger2006-03-021-4/+13
|
* sync with latest upstream cvsMike Frysinger2006-03-0211-69/+138
|