summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--remote/includes/kernel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/includes/kernel.inc b/remote/includes/kernel.inc
index 941e2621..9a5be9bb 100644
--- a/remote/includes/kernel.inc
+++ b/remote/includes/kernel.inc
@@ -176,7 +176,7 @@ copy_firmware () {
done
if [ ! -z "${FIRMWARE_LIST}" ]; then
- echo "$FIRMWARE_LIST" > /fwlist
+ echo "$FIRMWARE_LIST" > "${MODULE_BUILD_DIR}/fwlist"
local COUNT=$(echo "${FIRMWARE_LIST}" | wc -w)
pinfo "Copying $COUNT firmware to target directory."
tarcopy "${FIRMWARE_LIST}" "${TARGET_BUILD_DIR}"