1
0
Fork 0

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

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
master
Ben Hutchings 2013-01-14 11:22:30 +00:00
parent 27bfb9d846
commit 65a5163b8b
1 changed files with 2 additions and 2 deletions

View File

@ -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."
;;