Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SED away some whitespace | Ulf Samuelsson | 2007-08-20 | 25 | -42/+42 |
| | |||||
* | Add BUILDROOT_DL_DIR to dependencies.sh and fix whitespace damage (sorry) | Ulf Samuelsson | 2007-08-20 | 2 | -2/+8 |
| | |||||
* | - whitespace fixes | Bernhard Reutner-Fischer | 2007-08-20 | 1 | -2/+2 |
| | |||||
* | Cleanup dnsmasq | Ulf Samuelsson | 2007-08-20 | 1 | -6/+9 |
| | |||||
* | Ensure KERNEL_HEADER_PATCH_DIR is always defined + empty dir for x86 | Ulf Samuelsson | 2007-08-20 | 2 | -0/+5 |
| | |||||
* | Ensure ipmi conditional patch is applied | Ulf Samuelsson | 2007-08-20 | 1 | -0/+4 |
| | |||||
* | install uClibc libraries correctly | Ulf Samuelsson | 2007-08-20 | 1 | -0/+13 |
| | |||||
* | Make sure directories are available before install of dhcp targets | Ulf Samuelsson | 2007-08-20 | 1 | -0/+7 |
| | |||||
* | Add support for BUILDROOT_DL_DIR environment variable, overriding DL_DIR | Ulf Samuelsson | 2007-08-19 | 2 | -0/+25 |
| | |||||
* | Update configs for distcc, diffutils and freetype | Ulf Samuelsson | 2007-08-19 | 3 | -0/+5 |
| | |||||
* | Add kernel patches, if at91 or avr32 is selected | Ulf Samuelsson | 2007-08-19 | 1 | -4/+7 |
| | |||||
* | Update linux-2.6.22.1 config for sam9261ek, sam9260pf and sam9260dfc | Ulf Samuelsson | 2007-08-19 | 3 | -6/+14 |
| | |||||
* | Delete avr32 specific patch and introduced merged at91/avr32 patch | Ulf Samuelsson | 2007-08-19 | 3 | -7009/+16756 |
| | |||||
* | Move at91 patches from 2.6.21.1 to 2.6.21.5 | Ulf Samuelsson | 2007-08-19 | 3 | -9720/+0 |
| | |||||
* | Remove target specific things from Linux config | Ulf Samuelsson | 2007-08-19 | 1 | -8/+1 |
| | |||||
* | Fix bad parameter list for patching linux kernel | Ulf Samuelsson | 2007-08-19 | 1 | -1/+1 |
| | |||||
* | Make ipmi kernelpatch selectable, add possibility for custom kernel patch | Ulf Samuelsson | 2007-08-19 | 6 | -5/+30 |
| | |||||
* | Replace non-working 'make uninstall' for 'package/patch' with simple 'rm' | Ulf Samuelsson | 2007-08-19 | 1 | -2/+2 |
| | |||||
* | move tcpdump from lib to usr/lib, simplify configure, general cleanup | Ulf Samuelsson | 2007-08-19 | 3 | -33/+16 |
| | |||||
* | gcc-4 cleanup | Ulf Samuelsson | 2007-08-19 | 1 | -2/+2 |
| | |||||
* | openntpd cleanup | Ulf Samuelsson | 2007-08-19 | 1 | -6/+10 |
| | |||||
* | libpcap cleanup | Ulf Samuelsson | 2007-08-19 | 2 | -15/+7 |
| | |||||
* | UPdate Soekris Linux config to 2.6.22.1 | Ulf Samuelsson | 2007-08-19 | 1 | -257/+201 |
| | |||||
* | Från: Brad House <brad@mainstreetsoftworks.com> | Ulf Samuelsson | 2007-08-19 | 2 | -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 Samuelsson | 2007-08-19 | 1 | -8/+4 |
| | | | | | | | | | | | | | | | | | | 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 location | Ulf Samuelsson | 2007-08-19 | 1 | -1/+1 |
| | |||||
* | Move AVR32 kernel patches to target/device/Atmel/arch-avr32 | Ulf Samuelsson | 2007-08-18 | 10 | -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 AVR32 | Ulf Samuelsson | 2007-08-17 | 1 | -21/+21 |
| | |||||
* | Add mplayer to atstk1002 target_skeleton | Ulf Samuelsson | 2007-08-17 | 1 | -0/+129 |
| | |||||
* | Update atngw100 device table | Ulf Samuelsson | 2007-08-17 | 1 | -18/+19 |
| | |||||
* | Update atstk1002 device table | Ulf Samuelsson | 2007-08-17 | 1 | -17/+18 |
| | |||||
* | Update atstk1002 target skeleton | Ulf Samuelsson | 2007-08-17 | 24 | -92/+93 |
| | |||||
* | Update atngw100 target skeleton | Ulf Samuelsson | 2007-08-17 | 20 | -71/+74 |
| | |||||
* | Update x86 linux26.config to 2.6.22.1; (save 2.6.21.5 file renamed) | Ulf Samuelsson | 2007-08-16 | 3 | -20/+3944 |
| | |||||
* | Update at91sam9261ek linux support to 2.6.22.1 | Ulf Samuelsson | 2007-08-16 | 2 | -2/+1443 |
| | |||||
* | Add further documentation for BSP patch | Ulf Samuelsson | 2007-08-16 | 1 | -5/+274 |
| | |||||
* | Move fakeroot temps from STAGING_DIR to PROJECT_BUILD_DIR | Ulf Samuelsson | 2007-08-16 | 12 | -79/+79 |
| | |||||
* | Ensure lzma is built *before* linux, allow system installation in /usr/local/bin | Ulf Samuelsson | 2007-08-16 | 3 | -1/+29 |
| | |||||
* | Dont create TARGET_DIR if it exists | Ulf Samuelsson | 2007-08-16 | 1 | -1/+1 |
| | |||||
* | Move lzma patches to toolchain/kernel-headers/lzma | Ulf Samuelsson | 2007-08-16 | 6 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | They will be applied ONLY if BR2_KERNEL_HEADERS_LZMA is set. BR2_KERNEL_HEADERS_LZMA defaults to NO, so the user has to actively set this config flag if lzma is needed. This means that the default behaviour of buildroot will work for most users. Comment from author: [Brad House] I find myself having to remove the lzma patches because my build system doesn't natively have lzma. I tried to compensate for this by installing the latest lzma from gentoo's package tree, and apparently, it accepts different flags than the one these patches expect, so my kernel build still fails. Finally, I used the lzma from this buildroot and compiled it by hand, and it _mostly_ worked. Regardless, it seems silly to make this a requirement. Personally, I gzip my initramfs, and that's enough compression for me... | ||||
* | Avoid copying TARGET_SKELETON on every 'make' | Ulf Samuelsson | 2007-08-16 | 1 | -3/+5 |
| | |||||
* | Use SED instead of ECHO when config 'program_invocation_name' | Ulf Samuelsson | 2007-08-16 | 1 | -2/+2 |
| | |||||
* | Allow user to configure PROGRAM_INVOCATION_NAME | Ulf Samuelsson | 2007-08-15 | 4 | -0/+16 |
| | |||||
* | Cleanup of udev, build libvolume_id.la | Ulf Samuelsson | 2007-08-15 | 2 | -13/+68 |
| | |||||
* | Sync volume_id version to 0.79.0 matching udev-114 | Ulf Samuelsson | 2007-08-15 | 1 | -8/+10 |
| | |||||
* | Remove fakeroot files after use to avoid rerun | Ulf Samuelsson | 2007-08-15 | 1 | -0/+4 |
| | |||||
* | Use /usr/include as std include in Xorg | Ulf Samuelsson | 2007-08-15 | 1 | -0/+1 |
| | |||||
* | Add programmable start adr/size to at91bootstrap + support for at91sam9260pf | Ulf Samuelsson | 2007-08-15 | 4 | -12/+805 |
| | |||||
* | Add at91sam9260pf (AT91SAM9260 w Par Flash) target | Ulf Samuelsson | 2007-08-15 | 8 | -0/+3182 |
| | |||||
* | No parallel make of mdnsresponder | Ulf Samuelsson | 2007-08-15 | 1 | -2/+2 |
| |