summaryrefslogtreecommitdiff
path: root/packages/linux/linux-wrt_2.4.30.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/linux/linux-wrt_2.4.30.bb')
-rw-r--r--packages/linux/linux-wrt_2.4.30.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-wrt_2.4.30.bb b/packages/linux/linux-wrt_2.4.30.bb
index efcd20df9b..0d9229c5d8 100644
--- a/packages/linux/linux-wrt_2.4.30.bb
+++ b/packages/linux/linux-wrt_2.4.30.bb
@@ -103,9 +103,9 @@ do_configure_prepend() {
}
do_deploy() {
- install -d ${DEPLOY_DIR}/images
+ install -d ${DEPLOY_DIR_IMAGE}
cat ${KERNEL_OUTPUT} | lzma e -si -so -eos > \
- ${DEPLOY_DIR}/images/wrt-kernel-${PV}.lzma
+ ${DEPLOY_DIR_IMAGE}/wrt-kernel-${PV}.lzma
}
do_deploy[dirs] = "${S}"