util/e6400-flash-unlock: Rename to dell-flash-unlock
This more accurately describes the scope of the utility. Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>btrfsvols
parent
42068f7ce1
commit
5d6946c42c
|
@ -6,10 +6,10 @@ CFLAGS=-Wall -Wextra -Werror -O2 -pedantic
|
|||
ifeq ($(shell uname), OpenBSD)
|
||||
CFLAGS += -l$(shell uname -p)
|
||||
endif
|
||||
SRCS=e6400_flash_unlock.c accessors.c
|
||||
SRCS=dell_flash_unlock.c accessors.c
|
||||
|
||||
all: $(SRCS) accessors.h
|
||||
$(CC) $(CFLAGS) $(SRCS) -o e6400_flash_unlock
|
||||
$(CC) $(CFLAGS) $(SRCS) -o dell_flash_unlock
|
||||
|
||||
clean:
|
||||
rm -f e6400_flash_unlock
|
||||
rm -f dell_flash_unlock
|
|
@ -8,7 +8,7 @@ E6400, which mainly seem to be the Latitude and Precision lines starting from
|
|||
around 2008 (E6400 era).
|
||||
|
||||
## TL;DR
|
||||
Run `make` to compile the utility, and then run `sudo ./e6400_flash_unlock` and
|
||||
Run `make` to compile the utility, and then run `sudo ./dell_flash_unlock` and
|
||||
follow the directions it outputs.
|
||||
|
||||
## Confirmed supported devices
|
Loading…
Reference in New Issue