From 6036768d463027c7b28aa22309e61e61b3e5fce3 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@nbd.name>
Date: Mon, 23 May 2016 14:38:20 +0200
Subject: [PATCH] kirkwood: install kernel binaries into bin/ for use with
 external storage

Signed-off-by: Felix Fietkau <nbd@nbd.name>
---
 target/linux/kirkwood/image/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile
index 3cc199f7ce..0027e74e13 100644
--- a/target/linux/kirkwood/image/Makefile
+++ b/target/linux/kirkwood/image/Makefile
@@ -18,6 +18,8 @@ define Device/Default
   KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
   KERNEL := kernel-bin | append-dtb | uImage none
   KERNEL_NAME := zImage
+  KERNEL_SUFFIX  := -uImage
+  KERNEL_INSTALL := 1
   KERNEL_IN_UBI :=
 endef
 
-- 
GitLab