summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-05Use HOST_GLIB for packagesUlf Samuelsson
2008-07-05Add configuration possibility for host Gnome Lib installationUlf Samuelsson
2008-07-05[0002974] add support for zlib and bzip2 in lighttpd, use alphabetical order ↵Ulf Samuelsson
for lighttpd config
2008-07-05Use latest config.* from buildroot in curlUlf Samuelsson
2008-07-05Fix bug [1899] Add table entry to allow openssl to build for AVR32, disabled ↵Ulf Samuelsson
softfloat
2008-07-05Add version number to logUlf Samuelsson
2008-07-05Update config.* of opensslUlf Samuelsson
2008-07-05Fix bug 003934, remove a dir tree instead of the dir nodeUlf Samuelsson
2008-07-05Run AVR32 toolchain with Sysroot (will fail if not enabled), deprecate 4.1.2 ↵Ulf Samuelsson
and 4.2.1
2008-07-05Ensure tslib uses config.* from buildrootUlf Samuelsson
2008-07-04Add 'build with log'Ulf Samuelsson
2008-07-04Update atstk100x defconfigUlf Samuelsson
2008-07-04Bump U-Boot version to 1.3.3Ulf Samuelsson
2008-07-04The build of 'file', needs to run 'file' natively, so provide a valid linkUlf Samuelsson
2008-07-04Update atstk100x defconfigUlf Samuelsson
2008-07-04Update defconfig for atngw100-expandedUlf Samuelsson
2008-07-04Update busybox config for atngw100-expandedUlf Samuelsson
2008-07-04Use a more consistent name for the atngw100-expanded defconfigUlf Samuelsson
2008-07-04Update configs for atngw100-baseUlf Samuelsson
2008-07-04Fix Config conflict caused by duplicate definition in KB9202 BSPUlf Samuelsson
2008-07-04Update atngw100 defconfigUlf Samuelsson
2008-07-04Make libdaemon use the config files from Buildroot (previously replaced by ↵Ulf Samuelsson
libtoolize)
2008-07-04Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵Ulf Samuelsson
locations for prepatched toolchain to be under the toolchain directory
2008-07-04Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx)Thiago A. Corrêa
2008-07-04Fix freetype-2.2.1 build in AVR32, possibly other platforms tooThiago A. Corrêa
2008-07-04Fix bug #3594: ATK does not always require X support to be compiledThiago A. Corrêa
2008-07-04Minor clean-upThiago A. Corrêa
2008-07-03Enable KB9202 board in ConfigUlf Samuelsson
2008-07-03Add support for KwikByte KB9202 board, courtesy Brian BeattieUlf Samuelsson
2008-07-03Add support for latest kernelsUlf Samuelsson
2008-07-03Cleanup libvorbis, install in STAGING_DIR, courtesy Conrad ParkerUlf Samuelsson
2008-07-03install SAMBA SWAT correctly, add hint for autoconf, courtesy HC EgtvedtUlf Samuelsson
2008-07-03Add AT91 patches for 2.6.25 and 2.6.25-rc3Ulf Samuelsson
2008-07-02Update avr32 defconfigsThiago A. Corrêa
2008-07-02Makefile.autotools.in: fix source handlingPeter Korsgaard
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.
2008-07-02ifplugd: only install default config if not provided in skeletonPeter Korsgaard
2008-07-02Remove trailing quote from help linesThiago A. Corrêa
2008-07-01fixup gdb-6.7.1Ulf Samuelsson
2008-07-01disable werror in gdbUlf Samuelsson
2008-07-01disable configure caching in gdb, courtesy of Fathi BoudraUlf Samuelsson
2008-07-01Add gdb-6.8 support, courtesy Fathi BoudraUlf Samuelsson
2008-07-01Add gdb-6.8 support, courtesy Fathi BoudraUlf Samuelsson
2008-07-01Fix gbd-6.5, courtesy Fathi BoudraUlf Samuelsson
2008-07-01ncurses: don't follow symlink on ln invocationPeter Korsgaard
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).
2008-07-01valgrind: don't remove TARGET_DIR/usr/lib/pkgconfigPeter Korsgaard
There's no need for removing the pkgconfig files in valgrind.mk as that is now handled by the generic BR2_HAVE_DEVFILES.
2008-07-01busybox: default to 1.11.xPeter Korsgaard
2008-07-01Mark Qt/E as deprecated (it is a really old version of Qtopia). Next step ↵Thiago A. Corrêa
will be removal.
2008-07-01busybox 1.11.0: additional fixesPeter Korsgaard
2008-07-01package/Makefile.in: propagate -s make flag to sub makesPeter Korsgaard
2008-07-01Makefile: remove target pkgconfig files if BR2_HAVE_DEVFILES isn't enabledPeter Korsgaard