summaryrefslogtreecommitdiff
path: root/target/arm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-31 08:37:28 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-31 08:37:39 +0200
commit14773be6c17582744586b1b9e644f4db33b3e63d (patch)
tree4b3e48df4c0d0d4e1e1b66e558c0582d60ead3d4 /target/arm/Makefile
parentd15082d86459dffcbde8313a26522355eafa9a53 (diff)
allow to disable tcp fastopen, so that AES is not required to builtin in the kernel
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r--target/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index 85c657007..24ffce9ae 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -79,7 +79,7 @@ kernel-strip:
@cp $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL)
kernel-install: kernel-strip
- @cp $(BUILD_DIR) $(FW_DIR)/$(TARGET_KERNEL)
+ @cp $(BUILD_DIR)/$(TARGET_KERNEL) $(FW_DIR)/$(TARGET_KERNEL)
dtb-install:
env $(KERNEL_MAKE_ENV) $(MAKE) -C $(LINUX_DIR) $(KERNEL_MAKE_OPTS) \