summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-05-23 14:38:20 +0200
committerFelix Fietkau <nbd@nbd.name>2016-06-07 08:58:41 +0200
commit6036768d463027c7b28aa22309e61e61b3e5fce3 (patch)
treea357cfd5d76b36771940b8acc444c99bfe54f990 /target/linux/kirkwood
parentf6c3f830a0a5ff16bb2bb6831a6b82ad73f95c20 (diff)
downloadmaster-31e0f0ae-6036768d463027c7b28aa22309e61e61b3e5fce3.tar.gz
master-31e0f0ae-6036768d463027c7b28aa22309e61e61b3e5fce3.tar.bz2
master-31e0f0ae-6036768d463027c7b28aa22309e61e61b3e5fce3.zip
kirkwood: install kernel binaries into bin/ for use with external storage
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r--target/linux/kirkwood/image/Makefile2
1 files changed, 2 insertions, 0 deletions
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