summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* toolchain/gcc: add 4.4.0Peter Korsgaard2009-04-236-0/+149
|
* dbus-glib: host compilation needs libglib2 and expatPeter Korsgaard2009-04-231-1/+1
|
* dbus-glib: needs expatPeter Korsgaard2009-04-232-1/+2
| | | | | Even though dbus can use libxml2 for XML support, dbus-glib cannot - So make sure expat is available.
* toolchain/gcc: fix PR 32044 patchPeter Korsgaard2009-04-233-576/+561
| | | | Somehow the patch was a patch adding a patch instead of the patch itself.
* toolchain: add BR2_USE_SSP option for stack protection supportPeter Korsgaard2009-04-224-6/+29
| | | | Using the support in uClibc.
* toolchain/gcc: don't enable libssp supportPeter Korsgaard2009-04-223-2/+6
| | | | | It's broken anyway as we don't install libssp* into TARGET_DIR, and we should use the SSP support in uClibc if we want stack protection.
* dbus: fix rebuild if /var/lib is a symlink to /tmp for targetPeter Korsgaard2009-04-211-0/+5
| | | | /tmp/dbus will end up being a recursive symlink to itself on the build host.
* Workaround problem with configure for x86 crosscompile to x86 under linux.Thiago A. Corrêa2009-04-201-0/+17
|
* busybox: 1.14.0 fixesPeter Korsgaard2009-04-184-28/+38
|
* cups: add -source targetPeter Korsgaard2009-04-181-0/+2
|
* busybox: 1.14.0 fix for move_to_unaligned32 / dnsd.c on !x86Peter Korsgaard2009-04-171-0/+28
|
* pkg-config: fix target packagePeter Korsgaard2009-04-174-3/+3
| | | | As reported by Sven Neumann on the list.
* toolchain/br2_autoreconf: removePeter Korsgaard2009-04-171-699/+0
| | | | | It got added by Ulf back in 2007, but there's no references to it anywhere, so remove it.
* Makefile: distclean: remove correct dirsPeter Korsgaard2009-04-171-3/+2
| | | | | | Remove toolchain build dir, and don't try to remove the non-existing include dir. Also don't explicitly remove the kernel image located in binaries as we're already removing that dir.
* sqlite: bump versionPeter Korsgaard2009-04-171-1/+1
| | | | Closes #277.
* Updated i686 configThiago A. Corrêa2009-04-171-52/+49
|
* Fix busybox config file locationThiago A. Corrêa2009-04-171-1/+1
|
* bind: bump version (security issue with DNSSEC DLV)Peter Korsgaard2009-04-153-1/+1
| | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #275.
* target/generic: support for busybox >= 1.14.x speed=0 handlingPeter Korsgaard2009-04-151-0/+3
|
* busybox: remove ancient versionsPeter Korsgaard2009-04-155-1442/+0
|
* busybox: add 1.14.xPeter Korsgaard2009-04-152-4/+10
|
* busybox: bump 1.13.x versionPeter Korsgaard2009-04-156-726/+1
|
* toolchain/gcc: shared libgcc broken for sparc, so disable itPeter Korsgaard2009-04-151-0/+1
|
* unmark the sparc targets as broken, they build if you disable shared libgccaustinf2009-04-151-2/+0
|
* openssl: git rid of version number in patchesPeter Korsgaard2009-04-144-0/+0
| | | | As noted by Hamish Moffatt on the list.
* Qtopia4: -xmlpatterns requires -exceptions .Thiago A. Corrêa2009-04-131-1/+1
|
* target/Makefile.in: make 3.80 compatibility fixPeter Korsgaard2009-04-091-1/+3
| | | | Patch by Andreas Schweigstill <aschweig@schweigstill.de>
* lzop: new packagePeter Korsgaard2009-04-093-0/+21
| | | | | | | | Patch by Olaf Rempel <razzor@kopf-tisch.de>, closes #245. lzop is a file compressor which is very similar to gzip. lzop uses the LZO data compression library for compression services. http://www.lzop.org/
* sqlite: bump versionPeter Korsgaard2009-04-091-1/+1
| | | | | Fixes database corruption with rollback http://www.sqlite.org/releaselog/3_6_12.html
* jffs2root: build host version of lzo and use for host mkfs.jffs2Peter Korsgaard2009-04-082-7/+49
|
* lua: bump versionPeter Korsgaard2009-04-081-1/+1
| | | | Patch by Michael Roth <mroth@nessie.de>.
* Makefile: add target-finalize for common filesystem cleanupPeter Korsgaard2009-04-0711-96/+10
| | | | And remove from each rootfs variant.
* liberation: cleanup and really fix continous rebuildPeter Korsgaard2009-04-071-5/+6
|
* target/jffs2: default to big endian format for big endian archsPeter Korsgaard2009-04-071-1/+4
| | | | Same logic as in target/Config.in.arch.
* target/jffs2: s/Memory Type/Flash Type/Peter Korsgaard2009-04-071-1/+1
|
* target/jffs2: Put all sub options in a BR2_TARGET_ROOTFS_JFFS2 conditionalPeter Korsgaard2009-04-071-18/+3
| | | | And get rid of all the individual 'depends on B2_TARGET_ROOTFS_JFFS2'
* target: remove BR2_TARGET_ROOTFS_*_SQUASH optionsPeter Korsgaard2009-04-074-15/+0
| | | | Everything besides ubifs does an unconditional chown -R 0:0 anyway.
* rsync: bump versionPeter Korsgaard2009-04-071-1/+1
|
* openssl: bump versionPeter Korsgaard2009-04-076-13/+13
| | | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #217 Fixes multiple security flaws - See http://www.openssl.org/news/secadv_20090325.txt for details.
* Fix compile for Qt Embedded (qtopia4) based packagesThiago A. Corrêa2009-04-061-1/+3
|
* Remove asm optimization patch for AVR32. This is non-essencial, yet, was ↵Thiago A. Corrêa2009-04-061-6355/+0
| | | | unclean and prevented the build from completing. Asked Atmel to submit upstream.
* squashfs: add v4.0 support and version selectionPeter Korsgaard2009-04-062-1/+31
| | | | | | | Squashfs 4.0 is needed to create file systems for the mainline squashfs version (mainline from 2.6.29). This is unfortunately not compatible with the old 3.x version and the external kernel patches, so add a choice between the 2 versions.
* liberation: fix continous rebuildPeter Korsgaard2009-04-061-1/+1
|
* kernel-headers: bump 2.6.29.x versionPeter Korsgaard2009-04-061-1/+1
|
* Makefile: add BR2_ENABLE_LOCALE_PURGE to purge unwanted localesPeter Korsgaard2009-04-062-0/+44
| | | | | | | | | Add BR2_ENABLE_LOCALE_PURGE / BR2_ENABLE_LOCALE_WHITELIST options to remove unwanted locales from the target rootfs. Handy for stuff like the gtk stack, which comes with ~25 MB locales. Works similar to localepurge in Debian, E.G. you provide a white list of wanted locales, and everything else is removed.
* Makefile: target-devfiles: combine .a / .la find invocationPeter Korsgaard2009-04-061-5/+3
|
* ncftp: cleanup Config.inPeter Korsgaard2009-04-011-5/+0
| | | | | | Subentries of a menu automatically gets hidden if the dependencies of the menu element aren't available, so get rid of the individual depends on BR2_PACKAGE_NCFTP.
* ncftp: convert to Makefile.autotools.inPeter Korsgaard2009-04-012-62/+18
| | | | | | | - ncftpspooler is just a link to ncftpbatch - only ncftpbookmarks needs ncurses, also change from "depends" to "select" [ Peter: Small cleanups ]
* target/device/Atmel: remove u-boot dir (git-svn issue)Peter Korsgaard2009-04-010-0/+0
|
* target/device/Atmel: remove unused legacy u-boot handlingPeter Korsgaard2009-04-013-330/+0
|