diff options
author | Leah Rowe <vimuser@noreply.codeberg.org> | 2024-05-02 04:04:04 +0000 |
---|---|---|
committer | Leah Rowe <vimuser@noreply.codeberg.org> | 2024-05-02 04:04:04 +0000 |
commit | cd9685d12d2b71a00cb6766bb85f392d4db92c83 (patch) | |
tree | 4a410eac78999093f3f39e2ccd4d1a9f4439bdf5 /util/dell-flash-unlock/README.md | |
parent | 4bf3da31c9c93169052bdab188ef95a0fec8b210 (diff) | |
parent | a5cb63764b9984f8e99275b00bd9d5d974a88d1e (diff) |
Merge pull request 'dell-flash-unlock: Remove dependency on GNU Make' (#207) from nic3-14159/lbmk:dell-flash-unlock-updates into master
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/207
Diffstat (limited to 'util/dell-flash-unlock/README.md')
-rw-r--r-- | util/dell-flash-unlock/README.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/util/dell-flash-unlock/README.md b/util/dell-flash-unlock/README.md index e179e77c..7333f63e 100644 --- a/util/dell-flash-unlock/README.md +++ b/util/dell-flash-unlock/README.md @@ -21,16 +21,13 @@ around 2008 (E6400 era). with that option set. ### OpenBSD/NetBSD/FreeBSD -- The makefile is not currently compatible with POSIX make; install and use GNU - Make (gmake) to build dell-flash-unlock instead of make - On OpenBSD/NetBSD/FreeBSD, ensure you are booting with securelevel set to -1. ### General Make sure an AC adapter is plugged into your system -Run `make` (or `gmake` on BSD) to compile the utility, and then run -`./dell_flash_unlock` with root/superuser permissions and follow the directions -it outputs. +Run `make` to compile the utility, and then run `./dell_flash_unlock` with +root/superuser permissions and follow the directions it outputs. ## Confirmed supported devices - Latitude E6400, E6500 |