Commit 65a5163b authored by Ben Hutchings's avatar Ben Hutchings
Browse files

carl9170: Install binary in the parent directory, not /lib/firmware


Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 27bfb9d8
......@@ -35,8 +35,8 @@ case "$1" in
tools/src/checksum carlfw/carl9170.fw
fi
sudo install -m 644 carlfw/carl9170.fw \
/lib/firmware/carl9170-$CONFIG_CARL9170FW_RELEASE_VERSION.fw
install -m 644 carlfw/carl9170.fw \
../carl9170-$CONFIG_CARL9170FW_RELEASE_VERSION.fw
echo "done."
;;
......
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