diff options
author | Leah Rowe <info@minifree.org> | 2017-06-20 03:24:58 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-06-20 03:24:58 +0000 |
commit | b937cfabdc1532752fcc6b6526d5d432fcd5debe (patch) | |
tree | 232c336694a9e3d72bc09fcc42d9e264c6e7eead /libs | |
parent | 5787cc7698de91a80806275e863d8392f96744e2 (diff) | |
parent | 2637c3f098d33e601f3d09038b11be5f32da4b24 (diff) | |
download | librebootfr-b937cfabdc1532752fcc6b6526d5d432fcd5debe.tar.gz librebootfr-b937cfabdc1532752fcc6b6526d5d432fcd5debe.zip |
Merge branch 'root/libreboot' of kragle/libreboot into master
Diffstat (limited to 'libs')
-rwxr-xr-x | libs/common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/common b/libs/common index 8f1379ee..281728bc 100755 --- a/libs/common +++ b/libs/common @@ -35,6 +35,7 @@ BLOBS_IGNORE="blobs-ignore" BLOBS_DISCOVER="blobs-discover" DOTEPOCH=".epoch" +DOTRNDSEED=".rndseed" DOTVERSION=".version" DOTREVISION=".revision" DOTTARFILES=".tarfiles" |