From: Felix Fietkau Date: Mon, 23 May 2016 12:36:15 +0000 (+0200) Subject: image.mk: change the default of the kernel suffix X-Git-Tag: v17.01.0-rc1~2503 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=dafda4b7f8852ba85d0235c180eb7790d5a1a531 image.mk: change the default of the kernel suffix Make it more suitable for installing into bin/ Signed-off-by: Felix Fietkau --- diff --git a/include/image.mk b/include/image.mk index 2164d1195d..4e78fc9042 100644 --- a/include/image.mk +++ b/include/image.mk @@ -307,7 +307,7 @@ define Device/Init IMAGE_PREFIX := $(IMG_PREFIX)-$(1) IMAGE_NAME = $$(IMAGE_PREFIX)-$$(1)-$$(2) - KERNEL_PREFIX = $(1) + KERNEL_PREFIX = $$(IMAGE_PREFIX) KERNEL_SUFFIX := -kernel.bin KERNEL_INITRAMFS_SUFFIX = $$(KERNEL_SUFFIX) KERNEL_IMAGE = $$(KERNEL_PREFIX)$$(KERNEL_SUFFIX)