Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Added FIX for rindex/index, will patch util-linux aswell and submit upstream | Nigel Kukard | 2008-04-17 | 1 | -0/+45 |
| | |||||
* | * Reverted index/rindex fix | Nigel Kukard | 2008-04-17 | 1 | -21/+0 |
| | |||||
* | * Convert bootutils to autotools | Nigel Kukard | 2008-04-17 | 1 | -56/+5 |
| | |||||
* | * Added uclibc snapshot config, differes from the stable and kept asking ↵ | Nigel Kukard | 2008-04-17 | 3 | -1/+219 |
| | | | | | | questions for config * Added ARM config options to makefile just like the other arch's | ||||
* | * Fix _llseek not being defined in some cases | Nigel Kukard | 2008-04-17 | 2 | -0/+42 |
| | | | | * Add index & rindex defines if they're not defined either (legacy susv4 functions) | ||||
* | Added package for axel download accelerator | Hamish Moffatt | 2008-04-17 | 3 | -0/+63 |
| | |||||
* | Update at91sam9261ek defconfig | Ulf Samuelsson | 2008-04-16 | 1 | -7/+48 |
| | |||||
* | Avoid duplicate rules for downloading kernel source, if kernel and headers ↵ | Ulf Samuelsson | 2008-04-16 | 1 | -1/+3 |
| | | | | are the same | ||||
* | Fix bad linux kernel name | Ulf Samuelsson | 2008-04-16 | 2 | -21/+6 |
| | |||||
* | Allow build to complete, even if tftpboot is not writeable by user | Ulf Samuelsson | 2008-04-15 | 1 | -2/+2 |
| | |||||
* | Reversing bad tftpboot patch resulting in two identical targets | Ulf Samuelsson | 2008-04-15 | 1 | -4/+4 |
| | |||||
* | * Disable DB3 mutexes in rpm, this caused a segfault after a "Function Not ↵ | Nigel Kukard | 2008-04-15 | 1 | -0/+1 |
| | | | | Implemented" error | ||||
* | * Added rpm | Nigel Kukard | 2008-04-14 | 6 | -0/+78 |
| | |||||
* | haserl: depend on haserl binary in TARGET_DIR and also cleanup TARGET_DIR. | Peter Korsgaard | 2008-04-12 | 1 | -4/+5 |
| | |||||
* | * Added neon | Nigel Kukard | 2008-04-12 | 3 | -0/+64 |
| | |||||
* | * Added popt | Nigel Kukard | 2008-04-12 | 4 | -0/+40 |
| | |||||
* | * Added beecrypt | Nigel Kukard | 2008-04-12 | 4 | -0/+38 |
| | |||||
* | * Remove libbeecrypt, I'll add beecrypt-with-autotools shortly | Nigel Kukard | 2008-04-12 | 4 | -95/+0 |
| | |||||
* | buildroot: additional tftpboot fixes | Peter Korsgaard | 2008-04-11 | 2 | -5/+5 |
| | | | | Patch by Jean-Christian de Rivaz | ||||
* | buildroot: add libart package | Peter Korsgaard | 2008-04-11 | 4 | -0/+70 |
| | |||||
* | Add configuration items to at91bootstrap | Ulf Samuelsson | 2008-04-10 | 2 | -25/+93 |
| | |||||
* | Avoid hardwiring tftpboot | Ulf Samuelsson | 2008-04-10 | 1 | -9/+9 |
| | |||||
* | Avoid hardwiring tftpboot | Ulf Samuelsson | 2008-04-10 | 1 | -1/+1 |
| | |||||
* | remove devdir config option from alsa lib, should use mdev rule instead | John Voltz | 2008-04-10 | 1 | -1/+0 |
| | |||||
* | * Fixed additional ncurses library install path | Nigel Kukard | 2008-04-10 | 1 | -3/+3 |
| | |||||
* | * Fixed copy-and-paste error, incorrect description | Nigel Kukard | 2008-04-10 | 1 | -6/+5 |
| | | | | | * Fixed another copy-and-paste error, weird space/tab mixes - Thanks Hamish Moffatt | ||||
* | Some package use ncurses libpanel/libform/libmenu, this config allows to ↵ | Nigel Kukard | 2008-04-09 | 2 | -0/+31 |
| | | | | | | | selectively copy them to the target filesystem at the same time at the main library is installed. -Patch by Michel (BusError) | ||||
* | * Fixed URL for libbeecrypt | Nigel Kukard | 2008-04-09 | 1 | -1/+1 |
| | |||||
* | * Added libbeecrypt (requirement for rpm5) | Nigel Kukard | 2008-04-09 | 4 | -0/+95 |
| | |||||
* | * Removed dropbear init patch | Nigel Kukard | 2008-04-09 | 3 | -62/+57 |
| | | | | | * Added dropbear init script * Added more verbose messages about key generation | ||||
* | u-boot: fix custom patch handling | Peter Korsgaard | 2008-04-09 | 1 | -1/+1 |
| | |||||
* | u-boot: bump version | Peter Korsgaard | 2008-04-09 | 2 | -3178/+1 |
| | |||||
* | * Generate keys for dropbear only when starting | Nigel Kukard | 2008-04-08 | 1 | -18/+19 |
| | | | | * Generate keys silently | ||||
* | * Fixed bootutils url to point to projects website and not project page on ↵ | Nigel Kukard | 2008-04-08 | 1 | -1/+1 |
| | | | | freshmeat | ||||
* | * Added bootutils | Nigel Kukard | 2008-04-08 | 4 | -0/+92 |
| | |||||
* | * Bump pciutils version | Nigel Kukard | 2008-04-08 | 1 | -1/+1 |
| | |||||
* | Fix UBI compression options | Hamish Moffatt | 2008-04-08 | 2 | -12/+12 |
| | |||||
* | Remove configuration item for git commit ID, as our patches are ↵ | Hamish Moffatt | 2008-04-08 | 3 | -26/+4 |
| | | | | | | | | | version-specific. Upgrade to a newer version than the previous default. Fix parallel compile issue. Fix issue with quoting of URL. | ||||
* | another minor installer fix for festival | John Voltz | 2008-04-07 | 1 | -4/+5 |
| | |||||
* | haserl: bump version | Peter Korsgaard | 2008-04-07 | 2 | -13/+1 |
| | |||||
* | haserl: get rid of minor version in config names | Peter Korsgaard | 2008-04-07 | 1 | -7/+7 |
| | | | | | Rename haserl config options to 0.8.x / 0.9.x so the config names don't change every time the version is bumped (similar to busysbox package). | ||||
* | Add support for setting the image base address | Hamish Moffatt | 2008-04-07 | 1 | -112/+159 |
| | |||||
* | Update to mkfs.ubifs v0.4 release. Note that you need the latest ubifs | Hamish Moffatt | 2008-04-07 | 1 | -2/+4 |
| | | | | kernel code because the on-flash format has changed. | ||||
* | buildroot: add input-tools package (evtest, inputattach, jscal, jstest) | Peter Korsgaard | 2008-04-06 | 3 | -0/+101 |
| | |||||
* | Make sure XML deps are available before building dbus | Ulf Samuelsson | 2008-04-06 | 1 | -1/+1 |
| | |||||
* | Fixed typo in cpioroot, we're working with CPIO_BASE not TAR_TARGET | Nigel Kukard | 2008-04-06 | 1 | -1/+1 |
| | |||||
* | * udev will not install if you remove project_build_*/uclibc/root and ↵ | Nigel Kukard | 2008-04-06 | 1 | -4/+1 |
| | | | | project_build_*/uclibc/.root ... this sets the dependency on the target binary so if its removed, its installed again | ||||
* | Use lower case | Ulf Samuelsson | 2008-04-06 | 1 | -2/+2 |
| | |||||
* | * Dereference link when copying over kernel image, missed this one in my ↵ | Nigel Kukard | 2008-04-06 | 1 | -1/+1 |
| | | | | previous commit | ||||
* | Make xconfig the default for Atmel targets | Ulf Samuelsson | 2008-04-06 | 1 | -0/+1 |
| |