1
0
Fork 0

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

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
master
Ben Hutchings 2013-01-14 11:21:38 +00:00
parent 9f43b7a6b0
commit 27bfb9d846
1 changed files with 2 additions and 0 deletions

View File

@ -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 \