aboutsummaryrefslogtreecommitdiff
path: root/projects/bucts
Commit message (Collapse)AuthorAgeFilesLines
* Delete obsolete bucts patchesAndrew Robbins2017-12-222-37/+0
|
* Statically link buctsAndrew Robbins2017-12-222-2/+2
|
* Bring bucts source files into libreboot treeAndrew Robbins2017-12-222-0/+211
| | | | | | | Considering bucts is no longer maintained by Peter Stuge--its original author--and it being integral to Librebooting the X60/T60, it seems best for bucts to be merged into the main Libreboot repository.
* Correct revision used for buctsAndrew Robbins2017-12-051-1/+1
| | | | | The upstream repository from which bucts is pulled has changed, necessitating a different revision pointing to HEAD.
* Update bucts URI to point to Libreboot's mirrorAndrew Robbins2017-11-301-1/+1
| | | | | | stuge.se is, seemingly, down indefinitely which means users can no longer automatically clone bucts using the build scripts; by changing the repo URI to Libreboot's mirror this issue is resolved.
* Remove braces from parameter expansionsAndrew Robbins2017-09-211-34/+34
| | | | | | * projects/bucts/bucts ditto
* Patching now works. bucts can be patched & built.Andrew Robbins2017-05-316-0/+151
Modified the function git_project_patch_recursive (in libs/git) to enable patching with diff files, which uses the new function diff_patch_file located in libs/common. A generic action script for bucts is in projects/bucts/. Install/revision/target files are in projects/bucts/configs/. bucts' merge into the new build system should be nearly, if not already, complete.