summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update avr32 defconfigsThiago A. Corrêa2008-07-021-19/+22
|
* Makefile.autotools.in: fix source handlingPeter Korsgaard2008-07-021-2/+3
| | | | | | | | | | | Handling source/source-check/external-deps together doesn't work, as wget will then download the sources every time make source is called even if it's available in DL_DIR Instead detect source-check/external-deps from MAKELEVEL. Support downloadable package patches in source-check/external-deps while we're at it.
* ifplugd: only install default config if not provided in skeletonPeter Korsgaard2008-07-021-3/+4
|
* Remove trailing quote from help linesThiago A. Corrêa2008-07-021-6/+6
|
* fixup gdb-6.7.1Ulf Samuelsson2008-07-013-8113/+15Star
|
* disable werror in gdbUlf Samuelsson2008-07-011-0/+1
|
* disable configure caching in gdb, courtesy of Fathi BoudraUlf Samuelsson2008-07-011-5/+7
|
* Add gdb-6.8 support, courtesy Fathi BoudraUlf Samuelsson2008-07-011-0/+5
|
* Add gdb-6.8 support, courtesy Fathi BoudraUlf Samuelsson2008-07-011-0/+31
|
* Fix gbd-6.5, courtesy Fathi BoudraUlf Samuelsson2008-07-015-48/+42Star
|
* ncurses: don't follow symlink on ln invocationPeter Korsgaard2008-07-011-1/+1
| | | | | | The ln -sf command would fail if $TARGET_DIR/usr/lib/terminfo already exists as we don't have write permissions to the symlink target. Fixed by adding -n option (don't dereference link).
* valgrind: don't remove TARGET_DIR/usr/lib/pkgconfigPeter Korsgaard2008-07-011-5/+0Star
| | | | | There's no need for removing the pkgconfig files in valgrind.mk as that is now handled by the generic BR2_HAVE_DEVFILES.
* busybox: default to 1.11.xPeter Korsgaard2008-07-011-2/+3
|
* Mark Qt/E as deprecated (it is a really old version of Qtopia). Next step ↵Thiago A. Corrêa2008-07-011-0/+1
| | | | will be removal.
* busybox 1.11.0: additional fixesPeter Korsgaard2008-07-012-0/+187
|
* package/Makefile.in: propagate -s make flag to sub makesPeter Korsgaard2008-07-011-5/+4Star
|
* Makefile: remove target pkgconfig files if BR2_HAVE_DEVFILES isn't enabledPeter Korsgaard2008-07-011-1/+1
|
* Makefile.autotools.in: also remove man pages from /usr/share/manPeter Korsgaard2008-07-011-1/+1
|
* 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).
* generic: fix fb1..3 device_table.txt entriesPeter Korsgaard2008-06-301-1/+1
|
* 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/+804Star
| | | | 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/+17Star
| | | | 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/+0Star
|
* rxvt: fix target install (make sure directory exists)Peter Korsgaard2008-06-271-2/+2
|
* fontconfig: bump versionPeter Korsgaard2008-06-263-136/+3Star
|
* 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.
* kernel headers: bump 2.6.25.xPeter Korsgaard2008-06-262-1/+1
| | | | Based on patch by Fathi Boudra.
* 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/+1Star
|
* 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-251-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
|