summaryrefslogtreecommitdiff
path: root/x60flashfrom5
AgeCommit message (Collapse)Author
2014-12-28refactorLuke Shumaker
2014-12-27Simplify and fix the 'flash' scriptsLuke Shumaker
- Instead of having multiple if/elif/fi blocks that all run nearly the same thing, use variables - Use consistent indent/formatting - Use the correct program name in the "Usage:" text - Fix a couple if blocks that were missing 'fi' - Fix a couple of invalid variable assignments ("$var = value" should be "var=value") I haven't actually tested these, but then with the last 2 items, they weren't working anyway.
2014-11-28x60flashrom5: fix description and remove useless commentsFrancis Rowe
2014-11-25libreboot_bin.tar.xz: Include utils as statically linked binariesFrancis Rowe
This means that the user does not have to install build dependency or build from source anymore.
2014-11-24x60flashfrom5: check if user is rootFrancis Rowe
2014-11-23x60flashfrom5 (new), for X60 users upgrading from 5th/early releaseFrancis Rowe