summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* xserver: fix typoPeter Korsgaard2008-07-011-1/+1
|
* xserver: disable xephyr/xnest/xvfb serversPeter Korsgaard2008-07-011-3/+6
| | | | Disable development xephyr/xnest/xvfb servers (saves ~3MB).
* dropbear: look for xauth in /usr/binPeter Korsgaard2008-06-301-0/+1
| | | | The xauth package installs into /usr/bin, so look for it there.
* libXt: don't install host makestrs in targetPeter Korsgaard2008-06-301-0/+4
|
* xserver-xorg: select dbusPeter Korsgaard2008-06-301-0/+1
| | | | xserver-xorg had dbus in it's dependencies, but didn't select it in kconfig.
* libxml: fix compilation without large file supportPeter Korsgaard2008-06-301-0/+4
|
* x1157: add XGI video driverPeter Korsgaard2008-06-303-0/+27
| | | | Based on googlecode r575 by Thiago Correa.
* x11r7: bump xserver versionPeter Korsgaard2008-06-301-1/+1
| | | | Based on googlecode r561 by John Voltz.
* x11r7: fix install to target for driversPeter Korsgaard2008-06-3072-0/+73
| | | | Based on googlecode r560 by John Voltz.
* mesa: bump versionPeter Korsgaard2008-06-304-5/+440
| | | | Based on googlecode r559 by John Voltz.
* pixman: bump versionPeter Korsgaard2008-06-303-12/+12
| | | | Based on googlecode r507 by Arnar Mar Sigurdsson.
* packages: fix xorg to compile modular and tiny versionsPeter Korsgaard2008-06-30125-2526/+804
| | | | Based on googlecode r558 by John Voltz.
* x11r7: add intel xorg video driverPeter Korsgaard2008-06-302-0/+24
| | | | Based on googlecode r552 by John Voltz.
* x11r7: update xorg driver versions to match with X11R7.3Peter Korsgaard2008-06-3018-37/+17
| | | | Based on googlecode r551 by John Voltz
* busybox: 1.11.0 fixesPeter Korsgaard2008-06-283-0/+526
|
* Greatly improve Qtopia/Qt Embedded for Linux build. Fix build, reduce the ↵Thiago A. Corrêa2008-06-283-117/+251
| | | | number of variables, add OpenSSL, XmlPatterns, Webkit and individual sql drivers to build. Improve help strings. Sorry for the large commit
* Remove unused patchesThiago A. Corrêa2008-06-285-18480/+0
|
* rxvt: fix target install (make sure directory exists)Peter Korsgaard2008-06-271-2/+2
|
* fontconfig: bump versionPeter Korsgaard2008-06-263-136/+3
|
* matchbox: depend on libXext at configure timePeter Korsgaard2008-06-261-1/+1
|
* Makefile.autotools.in: fix BR2_PRIMARY_SITE checkPeter Korsgaard2008-06-261-1/+2
| | | | | Empty strings gets defined to "", so check for that instead of if the variable is defined.
* busybox: add 1.11.xPeter Korsgaard2008-06-262-1/+856
|
* busybox: mark old versions as deprecatedPeter Korsgaard2008-06-261-2/+3
|
* buxybox: bump 1.10.x versionPeter Korsgaard2008-06-263-22/+1
|
* Don't use a stamp file to note whether the package has been installed into ↵Hamish Moffatt2008-06-261-4/+5
| | | | the $(TARGET_DIR)
* Added mii-diag packageHamish Moffatt2008-06-264-0/+88
|
* Fix rdesktop buildThiago A. Corrêa2008-06-241-1/+1
|
* BR2_GRAPHIC_SUPPORT: Fixup comment to make kconfig happyPeter Korsgaard2008-06-241-2/+2
| | | | | | It seems like kconfig nowadays don't like paranthesises is comments. Reported by Harley.
* Fix avahi compile when libexpat is not selectedThiago A. Corrêa2008-06-241-2/+2
|
* Makefile.autotools.in: also support source/source-checkPeter Korsgaard2008-06-241-2/+2
|
* package/i2c-tools: I2C tools packagePeter Korsgaard2008-06-243-0/+65
| | | | | | | | 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).
* samba: use generic samba.org location over httpPeter Korsgaard2008-06-241-1/+1
| | | | Based on patch by Thiago A. Correa.
* lm-sensors: remove unused legacy patchPeter Korsgaard2008-06-231-57/+0
|
* lm-sensors: bump version and cleanupPeter Korsgaard2008-06-232-26/+8
| | | | | | - 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
* lm-sensors: clean libsensors* from usr/lib, not libPeter Korsgaard2008-06-231-1/+1
|
* libxml2: strip libraries in TARGET_DIRPeter Korsgaard2008-06-201-3/+6
| | | | And cleanup libxml2.mk trailing whitespace while we're at it.
* dbus: depend on libxml2-install-staging instead for libxml2Peter Korsgaard2008-06-201-6/+3
| | | | | | | 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.
* budybox: 1.10.3 udhcpc fixPeter Korsgaard2008-06-201-0/+11
|
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-1938-104/+104
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* package/config: add gettext helperPeter Korsgaard2008-06-191-0/+14
| | | | From Bernhards tree (2b693d78)
* package/config: rebase from upstream (2.6.24.4)Peter Korsgaard2008-06-1914-1009/+1725
| | | | From Bernhards tree (1af211ea)
* package/config: rebase from upstream (2.6.23.14)Peter Korsgaard2008-06-1916-88/+119
| | | | From Bernhards tree (2737cfdd)
* package/config: cygwin fixPeter Korsgaard2008-06-191-2/+2
| | | | | | | - pass HOST_LOADLIBES down to make mconf for cygwin - fix link-order WRT HOST_LOADLIBES From Bernhards tree (91018d95)
* nbd: bump version and depend on glib2Peter Korsgaard2008-06-182-4/+7
| | | | Patch by Thiago A. Correa.
* proftpd: remove unneeded susv3 legacy patchPeter Korsgaard2008-06-181-173/+0
|
* dnsmasq: use awk instead of nawkPeter Korsgaard2008-06-181-1/+1
|
* proftp: bump version and fix compilation on 2.6.24+Peter Korsgaard2008-06-183-39/+52
| | | | Based on patch by Thiago A. Corrêa.
* usbutils: select libusbPeter Korsgaard2008-06-181-0/+1
|
* Fix options to configureHamish Moffatt2008-06-171-1/+1
|
* Remove patch which isn't required for the specified upstream versionHamish Moffatt2008-06-171-10/+0
|