From: Felix Fietkau Date: Mon, 23 May 2016 12:38:20 +0000 (+0200) Subject: kirkwood: install kernel binaries into bin/ for use with external storage X-Git-Tag: v17.01.0-rc1~2501 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=6036768d463027c7b28aa22309e61e61b3e5fce3 kirkwood: install kernel binaries into bin/ for use with external storage Signed-off-by: Felix Fietkau --- 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