From d6bd7cdf5bc90a622aaa85e74e3942777e2c837c Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 11 Jul 2014 16:50:43 +0200 Subject: [kernel.inc] put that 'fwlist' file in its module build dir --- remote/includes/kernel.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote') 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}" -- cgit v1.2.3-55-g7522