carl9170: Install binary in the parent directory, not /lib/firmware
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
This commit is contained in:
parent
27bfb9d846
commit
65a5163b8b
|
@ -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."
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue