summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - add handling of lzma for the host (unconditionally for now)Bernhard Reutner-Fischer2007-08-215-7/+45
| | | | - remove non-working attempt to install an lzma to the host via sudo
* - start to use BR2_HAVE_MANPAGES and BR2_HAVE_INFOPAGESBernhard Reutner-Fischer2007-08-218-5/+37
| | | | - always error out if ldconfig for the target fails (was inconsistent..)
* Use $(BZCAT) instead of bzcatUlf Samuelsson2007-08-211-1/+1
|
* - add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep theBernhard Reutner-Fischer2007-08-212-3/+19
| | | | respective documentation on your target filesystem.
* - adjust configBernhard Reutner-Fischer2007-08-211-208/+173Star
|
* - propagate IPv6 setting down to the kernelBernhard Reutner-Fischer2007-08-211-0/+6
|
* - fix installation of dbus.Bernhard Reutner-Fischer2007-08-211-2/+2
|
* - sed -i -e ↵Bernhard Reutner-Fischer2007-08-2115-30/+30
| | | | | | "/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out
* - fix incorrect invocation of non-existing binary named "-find"Bernhard Reutner-Fischer2007-08-211-6/+6
| | | | This bloated the target needlessly (and used to work before)
* - fix whitespace damage..Bernhard Reutner-Fischer2007-08-211-2/+2
|
* - cosmetic adjustment in help textBernhard Reutner-Fischer2007-08-211-1/+1
|
* - a few more cleanups (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2007-08-217-20/+19Star
|
* - 4.2.1 obsoletes 4.2.0Bernhard Reutner-Fischer2007-08-211-1/+1
|
* - put libstdc++.so into the correct place (usr/lib) and make sure that the ↵Bernhard Reutner-Fischer2007-08-212-1/+3
| | | | dir exists
* - fix patching in the correct target cflags (Thiago A. Corr^ea)Bernhard Reutner-Fischer2007-08-211-2/+2
|
* - SH endian setting (fgretief in bug #1446)Bernhard Reutner-Fischer2007-08-211-0/+2
|
* Remove switches if sstrip is runUlf Samuelsson2007-08-2179-143/+153
|
* Reintroduce possibility to use old makefile for tiny-x as a testUlf Samuelsson2007-08-217-1/+483
|
* additional skeleton for AVR32Ulf Samuelsson2007-08-218-0/+140
|
* Fix configure problem with libdaemon, by patching result from autotoolsUlf Samuelsson2007-08-212-4/+19
|
* Add help for BUILDROOT_DL_DIRUlf Samuelsson2007-08-211-0/+2
|
* SED away some whitespaceUlf Samuelsson2007-08-2025-42/+42
|
* Add BUILDROOT_DL_DIR to dependencies.sh and fix whitespace damage (sorry)Ulf Samuelsson2007-08-202-2/+8
|
* - whitespace fixesBernhard Reutner-Fischer2007-08-201-2/+2
|
* Cleanup dnsmasqUlf Samuelsson2007-08-201-6/+9
|
* Ensure KERNEL_HEADER_PATCH_DIR is always defined + empty dir for x86Ulf Samuelsson2007-08-202-0/+5
|
* Ensure ipmi conditional patch is appliedUlf Samuelsson2007-08-201-0/+4
|
* install uClibc libraries correctlyUlf Samuelsson2007-08-201-0/+13
|
* Make sure directories are available before install of dhcp targetsUlf Samuelsson2007-08-201-0/+7
|
* Add support for BUILDROOT_DL_DIR environment variable, overriding DL_DIRUlf Samuelsson2007-08-202-0/+25
|
* Update configs for distcc, diffutils and freetypeUlf Samuelsson2007-08-203-0/+5
|
* Add kernel patches, if at91 or avr32 is selectedUlf Samuelsson2007-08-201-4/+7
|
* Update linux-2.6.22.1 config for sam9261ek, sam9260pf and sam9260dfcUlf Samuelsson2007-08-203-6/+14
|
* Delete avr32 specific patch and introduced merged at91/avr32 patchUlf Samuelsson2007-08-203-7009/+16756
|
* Move at91 patches from 2.6.21.1 to 2.6.21.5Ulf Samuelsson2007-08-203-9720/+0Star
|
* Remove target specific things from Linux configUlf Samuelsson2007-08-201-8/+1Star
|
* Fix bad parameter list for patching linux kernelUlf Samuelsson2007-08-201-1/+1
|
* Make ipmi kernelpatch selectable, add possibility for custom kernel patchUlf Samuelsson2007-08-206-5/+30
|
* Replace non-working 'make uninstall' for 'package/patch' with simple 'rm'Ulf Samuelsson2007-08-191-2/+2
|
* move tcpdump from lib to usr/lib, simplify configure, general cleanupUlf Samuelsson2007-08-193-33/+16Star
|
* gcc-4 cleanupUlf Samuelsson2007-08-191-2/+2
|
* openntpd cleanupUlf Samuelsson2007-08-191-6/+10
|
* libpcap cleanupUlf Samuelsson2007-08-192-15/+7Star
|
* UPdate Soekris Linux config to 2.6.22.1Ulf Samuelsson2007-08-191-257/+201Star
|
* Från: Brad House <brad@mainstreetsoftworks.com>Ulf Samuelsson2007-08-192-2/+19
| | | | | | | | | | | | | | | | Till: buildroot@uclibc.org Ämne: [Buildroot] [patch] php fixes and updates Datum: Tue, 14 Aug 2007 16:39:03 -0400 (22.39 CEST) Changes: - fastcgi config option - force php to find the php.ini in /etc (it seems to default to /lib for some reason) - build with posix support, a lot of php scripts require this apparently - strip the php binary when installing to TARGET_DIR - actually 'uninstall' php on a php-clean -Brad
* Från: Brad House <brad@mainstreetsoftworks.com>Ulf Samuelsson2007-08-191-8/+4Star
| | | | | | | | | | | | | | | | | | Till: buildroot@uclibc.org Ämne: [Buildroot] [patch] libxml2 install fails because of missing directory Datum: Tue, 14 Aug 2007 16:34:34 -0400 (22.34 CEST) If libxml2 is installed before $(TARGET_DIR)/usr/lib is created, it fails because it can't copy the library over. Also, the dependency tree is a bit messed up. libxml2.a should only be installed if target-headers is specified, it's 4MB on my system and the only .a file I found in my TARGET_DIR (target-headers was not specified). The attached patch fixes the above problems. -Brad
* Update AVR32 tools download locationUlf Samuelsson2007-08-191-1/+1
|
* Move AVR32 kernel patches to target/device/Atmel/arch-avr32Ulf Samuelsson2007-08-1810-3/+51311
| | | | | | | | | | | | Add linux-2.6.22.1-008-atmel-gpio_mouse-setup-for-atstk1000-board.patch Move AT91 kernel patches to target/device/Atmel/arch-arm Change name from "target/device/Atmel/Linux" to "target/device/Atmel/linux" "kernel-headers" will apply all patches in $(LINUX26_KERNEL_PATCH_DIR) if this is available. Define LINUX26_KERNEL_PATCH_DIR in target/device/Atmel/Makefile.in as above "arch-arm/kernel-patches-..." if an AT91 or as above "arch-avr32/kernel-patches-..." if an AVR32 target is selected Test build done for arm,avr32 and x86
* Add binutils dependencies on AVR32Ulf Samuelsson2007-08-181-21/+21
|
* Add mplayer to atstk1002 target_skeletonUlf Samuelsson2007-08-171-0/+129
|