Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to build 'scsi_id' utility for udev. | "Steven J. Hill" | 2007-05-07 | 2 | -2/+35 |
| | |||||
* | Install the default script only if one was not found from the platform. | "Steven J. Hill" | 2007-05-07 | 1 | -3/+5 |
| | |||||
* | Add another include path to the CFLAGS. | "Steven J. Hill" | 2007-05-07 | 1 | -1/+1 |
| | |||||
* | Install the default configuration file if the platform did not already ↵ | "Steven J. Hill" | 2007-05-07 | 1 | -7/+5 |
| | | | | define one. | ||||
* | Major clean-up. | "Steven J. Hill" | 2007-05-07 | 1 | -9/+14 |
| | |||||
* | Target binary was incorrect and do a better job of cleaning up. | "Steven J. Hill" | 2007-05-07 | 1 | -1/+3 |
| | |||||
* | Fix script so that 'restart' actually works. | "Steven J. Hill" | 2007-05-07 | 1 | -5/+13 |
| | |||||
* | Add new packages. | "Steven J. Hill" | 2007-05-07 | 15 | -0/+427 |
| | |||||
* | Add older version of binutils. | "Steven J. Hill" | 2007-05-07 | 6 | -0/+333 |
| | |||||
* | Create 'bin' directory in staging area. | "Steven J. Hill" | 2007-05-07 | 1 | -0/+1 |
| | |||||
* | version bump | Peter Korsgaard | 2007-05-03 | 1 | -1/+1 |
| | |||||
* | s/FAKEROUTE/FAKEROOT/ | Peter Korsgaard | 2007-05-03 | 9 | -9/+9 |
| | |||||
* | When using an external toolchain, we still need to have the user select ↵ | "Steven J. Hill" | 2007-04-28 | 1 | -2/+25 |
| | | | | which thread model the toolchain was built with. This allows for proper building of LTP and possibly other packages. | ||||
* | Create symlink for 'usr/include' in the staging directory so that packages ↵ | "Steven J. Hill" | 2007-04-28 | 1 | -0/+1 |
| | | | | like zlib and others who expect that to exist will install properly. | ||||
* | Get rid of blank line. | "Steven J. Hill" | 2007-04-28 | 1 | -1/+0 |
| | |||||
* | sed patch | Peter Korsgaard | 2007-04-25 | 1 | -0/+11 |
| | |||||
* | libsndfile package. Closes #1325 | Peter Korsgaard | 2007-04-24 | 4 | -0/+81 |
| | |||||
* | Bump version | Peter Korsgaard | 2007-04-24 | 1 | -1/+1 |
| | |||||
* | Bumped version | Peter Korsgaard | 2007-04-20 | 1 | -1/+1 |
| | |||||
* | - pass the correct endian | Bernhard Reutner-Fischer | 2007-04-20 | 1 | -1/+7 |
| | |||||
* | Some 'find' commands get a little picky. | "Steven J. Hill" | 2007-04-19 | 1 | -1/+1 |
| | |||||
* | - it helps to apply the patches.. ;) | Bernhard Reutner-Fischer | 2007-04-18 | 1 | -4/+6 |
| | | | | - mdadm-clean tried to uninstall mdadm from the host, which may not be what was intended in the end | ||||
* | - strip eventual quotes | Bernhard Reutner-Fischer | 2007-04-17 | 1 | -0/+5 |
| | |||||
* | - make sure that our dest dir exists | Bernhard Reutner-Fischer | 2007-04-17 | 1 | -1/+1 |
| | |||||
* | - bump version | Bernhard Reutner-Fischer | 2007-04-17 | 1 | -2/+4 |
| | |||||
* | - make it compile if LFS was turned off | Bernhard Reutner-Fischer | 2007-04-17 | 1 | -0/+13 |
| | |||||
* | - uclibc is nowadays identified via __UCLIBC__ | Bernhard Reutner-Fischer | 2007-04-16 | 1 | -0/+24 |
| | | | | - fix build error when no ftw() is available. | ||||
* | - doesn't build, so bump version and look.. | Bernhard Reutner-Fischer | 2007-04-16 | 1 | -1/+1 |
| | |||||
* | - install some more stuff that goes into staging_dir into the proper place. | Bernhard Reutner-Fischer | 2007-04-16 | 10 | -106/+144 |
| | | | | First hunk of fixes for bug #1290 | ||||
* | - recommend linuxthreads.old | Bernhard Reutner-Fischer | 2007-04-15 | 1 | -0/+3 |
| | |||||
* | Need the target LDFLAGS for this to link using external toolchain. | "Steven J. Hill" | 2007-04-13 | 1 | -2/+2 |
| | |||||
* | If using an external toolchain, don't include any of this stuff. | "Steven J. Hill" | 2007-04-13 | 1 | -0/+4 |
| | |||||
* | Bumped version | Peter Korsgaard | 2007-04-12 | 1 | -1/+1 |
| | |||||
* | - store BR2_PACKAGE_LINUX_KCONFIG and BR2_PACKAGE_LINUX_FORMAT in .config | Bernhard Reutner-Fischer | 2007-04-11 | 4 | -5/+45 |
| | | | | - adjust a few defaults. | ||||
* | - make sure to download fakeroot if needed | Bernhard Reutner-Fischer | 2007-04-06 | 10 | -5/+21 |
| | |||||
* | - commentary typo fix | Bernhard Reutner-Fischer | 2007-04-06 | 1 | -1/+1 |
| | |||||
* | - doesn't compile if LFS is off | Bernhard Reutner-Fischer | 2007-04-06 | 1 | -0/+1 |
| | |||||
* | - hit awk on steroids with a clue bait | Bernhard Reutner-Fischer | 2007-04-06 | 1 | -1/+2 |
| | |||||
* | - someone disabled shared lib support without fixing the libelf rule leading to | Bernhard Reutner-Fischer | 2007-04-06 | 2 | -4/+20 |
| | | | | | useless rebuilds. Add option to install the lib to the target and not only to the staging_dir. | ||||
* | - bump version. memmove works so let configure know about this fact | Bernhard Reutner-Fischer | 2007-04-06 | 1 | -6/+8 |
| | |||||
* | - using target's LDFLAGS as LDFLAGS_FOR_BUILD is b0rked | Bernhard Reutner-Fischer | 2007-04-06 | 1 | -0/+3 |
| | |||||
* | busybox 1.5.0 patches | Peter Korsgaard | 2007-04-05 | 2 | -0/+27 |
| | |||||
* | Version bump. Thanks to Michael Benedict | Peter Korsgaard | 2007-04-03 | 1 | -1/+1 |
| | |||||
* | Version bump. Thanks to Michael Benedict | Peter Korsgaard | 2007-04-03 | 1 | -1/+1 |
| | |||||
* | 3.0.23d now under old-versions. Thanks to Michael Benedict | Peter Korsgaard | 2007-04-03 | 1 | -1/+1 |
| | |||||
* | - make sure that we do not confuse versions (due to how findstring works) | Bernhard Reutner-Fischer | 2007-04-02 | 1 | -3/+3 |
| | |||||
* | - add option to create a jffs2 filesystem in srec format. Thanks to Xride. | Bernhard Reutner-Fischer | 2007-03-26 | 2 | -0/+9 |
| | |||||
* | - bump version to 2.17.50.0.14 | Bernhard Reutner-Fischer | 2007-03-24 | 5 | -1/+265 |
| | |||||
* | - store backup of dwmw2's combined compile patch. | Bernhard Reutner-Fischer | 2007-03-24 | 1 | -0/+460 |
| | | | | Not yet even compile-tested, so inactive for now.. | ||||
* | - fwd port | Bernhard Reutner-Fischer | 2007-03-24 | 5 | -0/+0 |
| |