carl9170: Add checksum during installation, as preferred by the driver
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
This commit is contained in:
parent
9f43b7a6b0
commit
27bfb9d846
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue