Commit 27bfb9d8 authored by Ben Hutchings's avatar Ben Hutchings
Browse files

carl9170: Add checksum during installation, as preferred by the driver


Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 9f43b7a6
......@@ -31,6 +31,8 @@ case "$1" in
[ "$CONFIG_CARL9170FW_BUILD_MINIBOOT" = "y" ]; then
echo -n "Apply miniboot..."
tools/src/miniboot a carlfw/carl9170.fw minifw/miniboot.fw
echo -n "Add checksum..."
tools/src/checksum carlfw/carl9170.fw
fi
sudo install -m 644 carlfw/carl9170.fw \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment