summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-26busybox: mark old versions as deprecatedPeter Korsgaard
2008-06-26buxybox: bump 1.10.x versionPeter Korsgaard
2008-06-26Don't use a stamp file to note whether the package has been installed into ↵Hamish Moffatt
the $(TARGET_DIR)
2008-06-26Added mii-diag packageHamish Moffatt
2008-06-24Fix rdesktop buildThiago A. Corrêa
2008-06-24BR2_GRAPHIC_SUPPORT: Fixup comment to make kconfig happyPeter Korsgaard
It seems like kconfig nowadays don't like paranthesises is comments. Reported by Harley.
2008-06-24Fix avahi compile when libexpat is not selectedThiago A. Corrêa
2008-06-24Makefile.autotools.in: also support source/source-checkPeter Korsgaard
2008-06-24package/i2c-tools: I2C tools packagePeter Korsgaard
This package contains a heterogeneous set of I2C tools for Linux: a bus probing tool, a chip dumper, register-level access helpers, EEPROM decoding scripts, and more. Based on patch by Michel (BusError).
2008-06-24samba: use generic samba.org location over httpPeter Korsgaard
Based on patch by Thiago A. Correa.
2008-06-23Makefile: don't include .config from TOPDIRPeter Korsgaard
If we ever want to support building out of tree, having the .config in the tree is probably not what we want.
2008-06-23README: s/standart/standard/Peter Korsgaard
2008-06-23lm-sensors: remove unused legacy patchPeter Korsgaard
2008-06-23lm-sensors: bump version and cleanupPeter Korsgaard
- Bump version to 3.0.2 which no longer needs libsysfs - Set MACHINE correctly, so it doesn't try to build isa stuff for non-i386 - Cleanup make invocation
2008-06-23lm-sensors: clean libsensors* from usr/lib, not libPeter Korsgaard
2008-06-21toolchain/gcc: use --disable-decimal-float for 4.3.xPeter Korsgaard
2008-06-20libxml2: strip libraries in TARGET_DIRPeter Korsgaard
And cleanup libxml2.mk trailing whitespace while we're at it.
2008-06-20dbus: depend on libxml2-install-staging instead for libxml2Peter Korsgaard
Makefile.autools.in doesn't have proper dependencies set up for the .stamp files, so use the libxml2-install-staging target instead. This does unfortunately mean that dbus is always considered out of date, but atleast it works.
2008-06-20budybox: 1.10.3 udhcpc fixPeter Korsgaard
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-06-19package/config: add gettext helperPeter Korsgaard
From Bernhards tree (2b693d78)
2008-06-19toolchain/gcc: add 4.3.1Peter Korsgaard
Based on Bernhards tree.
2008-06-19toolchain/gcc: mark old versions as deprecatedPeter Korsgaard
2008-06-19package/config: rebase from upstream (2.6.24.4)Peter Korsgaard
From Bernhards tree (1af211ea)
2008-06-19package/config: rebase from upstream (2.6.23.14)Peter Korsgaard
From Bernhards tree (2737cfdd)
2008-06-19package/config: cygwin fixPeter Korsgaard
- pass HOST_LOADLIBES down to make mconf for cygwin - fix link-order WRT HOST_LOADLIBES From Bernhards tree (91018d95)
2008-06-18toolchain/gcc: use $(@D)Peter Korsgaard
2008-06-18toolchain/gcc: use depends on instead of dependsPeter Korsgaard
2008-06-18nbd: bump version and depend on glib2Peter Korsgaard
Patch by Thiago A. Correa.
2008-06-18proftpd: remove unneeded susv3 legacy patchPeter Korsgaard
2008-06-18dnsmasq: use awk instead of nawkPeter Korsgaard
2008-06-18dependencies: check for awkPeter Korsgaard
2008-06-18uclibc: only strip libpthread on 0.9.28.3 / not PTHREAD_DEBUGPeter Korsgaard
2008-06-18uclibc: remove obsolete uclibc 0.9.28 handlingPeter Korsgaard
2008-06-18proftp: bump version and fix compilation on 2.6.24+Peter Korsgaard
Based on patch by Thiago A. Corrêa.
2008-06-18usbutils: select libusbPeter Korsgaard
2008-06-17toolchain/gcc: use $(STRIP_STRIP_UNNEEDED)Peter Korsgaard
2008-06-17toolchain/uclibc: strip libpthreadPeter Korsgaard
2008-06-17toolchain/gcc-4.x: strip cross libgcc / libstdc++Peter Korsgaard
2008-06-17toolchain/gcc-3.x: strip cross libgcc / libstdc++ with cross-strip, not host.Peter Korsgaard
2008-06-17u-boot tools: make sure destination directory existsPeter Korsgaard
2008-06-17Fix options to configureHamish Moffatt
2008-06-17Remove patch which isn't required for the specified upstream versionHamish Moffatt
2008-06-17Fix missing punctuationHamish Moffatt
2008-06-16gdb: support external toolchainPeter Korsgaard
2008-06-16lsof: bump versionPeter Korsgaard
Patch by Conrad Parker.
2008-06-16toolchain: more sensible uclibc defaults for external toolchainPeter Korsgaard
2008-06-16libvorbis: use BR2_SOFT_FLOAT to set default for tremorPeter Korsgaard
Use BR2_SOFT_FLOAT to set default for tremor instead of hardcoded arch list.
2008-06-16libvorbis: make tremor option description more clearPeter Korsgaard
Also remove comment about not being implemented.
2008-06-16libvorbis: remove BR2_PACKAGE_LIBVORBIS_HEADERSPeter Korsgaard
We don't need per-package header install options now that we have BR2_HAVE_DEVFILES (they are in fact useless as the files will get overwritten/deleted anyway).