summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The build of 'file', needs to run 'file' natively, so provide a valid linkUlf Samuelsson2008-07-041-0/+1
|
* Update atstk100x defconfigUlf Samuelsson2008-07-041-50/+106
|
* Update defconfig for atngw100-expandedUlf Samuelsson2008-07-041-139/+163
|
* Update busybox config for atngw100-expandedUlf Samuelsson2008-07-041-0/+767
|
* Use a more consistent name for the atngw100-expanded defconfigUlf Samuelsson2008-07-041-0/+0
|
* Update configs for atngw100-baseUlf Samuelsson2008-07-043-62/+892
|
* Fix Config conflict caused by duplicate definition in KB9202 BSPUlf Samuelsson2008-07-043-28/+28
|
* Update atngw100 defconfigUlf Samuelsson2008-07-041-2/+5
|
* Make libdaemon use the config files from Buildroot (previously replaced by ↵Ulf Samuelsson2008-07-041-1/+3
| | | | libtoolize)
* Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵Ulf Samuelsson2008-07-0413-46/+135
| | | | locations for prepatched toolchain to be under the toolchain directory
* Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx)Thiago A. Corrêa2008-07-041-0/+3
|
* Fix freetype-2.2.1 build in AVR32, possibly other platforms tooThiago A. Corrêa2008-07-041-1/+2
|
* Fix bug #3594: ATK does not always require X support to be compiledThiago A. Corrêa2008-07-041-3/+9
|
* Minor clean-upThiago A. Corrêa2008-07-041-2/+2
|
* Enable KB9202 board in ConfigUlf Samuelsson2008-07-031-0/+1
|
* Add support for KwikByte KB9202 board, courtesy Brian BeattieUlf Samuelsson2008-07-0331-0/+4945
|
* Add support for latest kernelsUlf Samuelsson2008-07-031-10/+26
|
* Cleanup libvorbis, install in STAGING_DIR, courtesy Conrad ParkerUlf Samuelsson2008-07-031-4/+7
|
* install SAMBA SWAT correctly, add hint for autoconf, courtesy HC EgtvedtUlf Samuelsson2008-07-031-0/+6
|
* Add AT91 patches for 2.6.25 and 2.6.25-rc3Ulf Samuelsson2008-07-033-0/+14
|
* 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/+15
|
* 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/+42
|
* 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/+0
| | | | | 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/+4
|
* 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.