Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add X-Modem tools for minicom to u-boot allowing easy downloading of U-Boot | Ulf Samuelsson | 2009-01-03 | 1 | -0/+576 |
| | |||||
* | Add Memory configration to u-boot (Config.in) and remove comments from ↵ | Ulf Samuelsson | 2009-01-03 | 1 | -52/+186 |
| | | | | 'choice's', Rearrange options for clarity | ||||
* | Add Memory configuration to U-Boot build, remove some debugging info | Ulf Samuelsson | 2009-01-03 | 1 | -15/+39 |
| | |||||
* | toolchain: remove empty export-toolchain dir (git-svn issue) | Peter Korsgaard | 2009-01-02 | 0 | -0/+0 |
| | |||||
* | toolchain: revert "Allow creating a script for external use of Buildroot ↵ | Peter Korsgaard | 2009-01-02 | 5 | -47/+0 |
| | | | | | | toolchain" It's been 10 days now without any reply from Ulf, so revert r24480+r24481. | ||||
* | toolchain/binutils: fix up avr32 related fallout of r24474 | Peter Korsgaard | 2009-01-02 | 1 | -2/+2 |
| | | | | | It's been 10 days now without any reply from Ulf, so fix it up to what seems sensible. | ||||
* | Apply some care, when copying the linux configuration file | Ulf Samuelsson | 2009-01-02 | 1 | -9/+51 |
| | |||||
* | * Fix format of the pciutils pci.ids.gz data file | Nigel Kukard | 2009-01-02 | 1 | -1/+3 |
| | | | | - If ZLIB is present the filename of pci.ids is changed to pci.ids.gz but its not compressed, add a compressor to ensure its gzipped | ||||
* | Support AT91 in vanilla U-Boot | Ulf Samuelsson | 2009-01-02 | 14 | -15/+2160 |
| | |||||
* | Update at91sam9260dfc BSP | Ulf Samuelsson | 2009-01-02 | 2 | -108/+1755 |
| | |||||
* | Remove whitespace damage in uclibc.mk | Ulf Samuelsson | 2009-01-02 | 1 | -1/+0 |
| | |||||
* | Bump socat version, optionally add configure variables | Ulf Samuelsson | 2009-01-02 | 2 | -4/+53 |
| | |||||
* | dependencies: simplistic SHELL = bash check | Peter Korsgaard | 2009-01-01 | 1 | -0/+12 |
| | |||||
* | buildroot: set SHELL instead of messing around with CONFIG_SHELL | Peter Korsgaard | 2009-01-01 | 6 | -21/+25 |
| | | | | | Simply set SHELL to bash instead of adding CONFIG_SHELL to all shell invocations. CONFIG_SHELL is still set, as it is used by kconfig. | ||||
* | * Bump release of bootutils to 0.0.9 | Nigel Kukard | 2009-01-01 | 1 | -1/+1 |
| | |||||
* | * Running the make for lvm2 in parallel can cause build failures, revert to -j1 | Nigel Kukard | 2009-01-01 | 1 | -2/+2 |
| | |||||
* | * Bumped to version 1.41.3 | Nigel Kukard | 2009-01-01 | 2 | -15/+6 |
| | | | | | | - Disable tls - rel-libs is now implemented upstream - Install ext4 tools aswell | ||||
* | * Added "generic" option to x86_64 target | Nigel Kukard | 2009-01-01 | 1 | -1/+5 |
| | | | | - Default to generic and not core2 | ||||
* | * Removed duplicate PCIUTILS_VERSION | Nigel Kukard | 2009-01-01 | 1 | -2/+1 |
| | | | | * When installing pci.ids[.gz] the -D means create all components leading up, using $(@D) does not include the filename, the last directory component is then /usr/share. pci.ids[.gz] is therefore created as /usr/share/misc (misc being the filename). Using $@ fixes this, the directory path is created and the file is installed as /usr/share/misc/pci.ids[.gz] . | ||||
* | * By default pciutils build of libpci.a uses the host ar/ranlib, force the ↵ | Nigel Kukard | 2009-01-01 | 1 | -1/+1 |
| | | | | use of the target tools | ||||
* | * Bumped lvm2 to 2.02.43 | Nigel Kukard | 2009-01-01 | 1 | -4/+4 |
| | | | | - By default the build uses host ar/ranlib to generate the static lvm library used, force the target tools to be used instead | ||||
* | * Added option to build with gcc 4.3.2 | Nigel Kukard | 2008-12-31 | 10 | -0/+251 |
| | |||||
* | * Select zlib support in neon for rpm | Nigel Kukard | 2008-12-31 | 1 | -1/+2 |
| | |||||
* | * Bumped xfsprogs to 2.10.2 | Nigel Kukard | 2008-12-31 | 2 | -1256/+3 |
| | | | | | - Remvoed susv3 legacy patch which was comitted upstream - Forecefully set some configure results which appear to of been silently ignored in the past | ||||
* | * Refined building of neon options | Nigel Kukard | 2008-12-31 | 2 | -0/+13 |
| | | | | - Added support to build with or without zlib support | ||||
* | * Bump rpm to 5.1.6 | Nigel Kukard | 2008-12-31 | 6 | -38/+54 |
| | | | | | | - Remove patches comitted upstream - Exclude tools we don't need - Fix bundled magic mime data | ||||
* | * Bump latest 2.6.27 kernel header version to 2.6.27.10 | Nigel Kukard | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | busybox: bump 1.12.x / 1.13.x versions | Peter Korsgaard | 2008-12-31 | 8 | -259/+2 |
| | |||||
* | libgtk2: add init script to create /etc/gtk-2.0/gdk-pixbuf.loaders | Peter Korsgaard | 2008-12-31 | 2 | -0/+23 |
| | | | | | It would be nicer to do this at compile time, but then we would need to compile libgtk2 for the host as well. | ||||
* | pango: add init script to create /etc/pango/pango.modules | Peter Korsgaard | 2008-12-31 | 2 | -0/+23 |
| | | | | | It would be nicer to do this at compile time, but then we would need to compile pango for the host as well. | ||||
* | libcurl/libglade: touch _HOOK_POST_INSTALL target | Peter Korsgaard | 2008-12-31 | 2 | -0/+2 |
| | |||||
* | busybox: 1.13.1 dc fix | Peter Korsgaard | 2008-12-30 | 1 | -0/+13 |
| | |||||
* | package: remove default y from xserver selection | Peter Korsgaard | 2008-12-30 | 1 | -1/+0 |
| | |||||
* | Update kernel patch from 2.6.28-rc6 to 2.6.28 | Ulf Samuelsson | 2008-12-30 | 6 | -439/+4 |
| | |||||
* | toolchain/uclibc: fix 0.9.30 x86 build with 2.6.28 headers (from r24515) | Peter Korsgaard | 2008-12-29 | 1 | -0/+34 |
| | |||||
* | xlib needs wchar support, so require it for tinyx as well | Peter Korsgaard | 2008-12-29 | 1 | -0/+3 |
| | |||||
* | Use correct filename for patch | Ulf Samuelsson | 2008-12-29 | 2 | -0/+0 |
| | |||||
* | Use correct filename for patch | Ulf Samuelsson | 2008-12-29 | 1 | -0/+0 |
| | |||||
* | pango: fix download url | Peter Korsgaard | 2008-12-29 | 1 | -1/+1 |
| | | | | Reported by Berns. | ||||
* | libglib2: fix download url | Peter Korsgaard | 2008-12-29 | 1 | -1/+1 |
| | | | | Reported by Berns. | ||||
* | gmpc: fix typo | Peter Korsgaard | 2008-12-29 | 1 | -1/+1 |
| | | | | Thanks to Thomas for noticing. | ||||
* | busybox; fix iptunnel compile with 2.6.28 headers (from r24253) | Peter Korsgaard | 2008-12-29 | 1 | -0/+80 |
| | |||||
* | gmpc: needs libglade as well | Peter Korsgaard | 2008-12-29 | 2 | -2/+4 |
| | |||||
* | package: make X server selection a choice and fix tinyx prefix | Peter Korsgaard | 2008-12-28 | 1 | -4/+9 |
| | |||||
* | package: add gmpc (gtk musicpd client) package | Peter Korsgaard | 2008-12-28 | 3 | -0/+33 |
| | |||||
* | netsnmp: don't list openssl as a hard dependency | Peter Korsgaard | 2008-12-28 | 2 | -2/+1 |
| | | | | | netsnmp can be compiled without ssl support, so don't list it as a hard dependency and only compile in support if enabled by the user. | ||||
* | libcurl: add dummy curl-* targets | Peter Korsgaard | 2008-12-28 | 1 | -0/+5 |
| | |||||
* | libcurl: compile with openssl support if available | Peter Korsgaard | 2008-12-28 | 2 | -0/+31 |
| | |||||
* | curl: rename to libcurl so Makefile.autotools.in can find patches | Peter Korsgaard | 2008-12-28 | 3 | -2/+2 |
| | |||||
* | openssl: fix uclibc 0.9.30 build | Peter Korsgaard | 2008-12-28 | 1 | -0/+18 |
| |