From 7a175e2d44095c144757e8115b281f507bbfc284 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 20 Jul 2016 10:09:35 +0200 Subject: [PATCH] ipq806x: clean up redundant initialization of core device image variables Signed-off-by: Felix Fietkau --- target/linux/ipq806x/image/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index f527fb648f..9bf072e171 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -40,11 +40,8 @@ define Device/Default KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts) KERNEL_INITRAMFS_PREFIX := $$(IMG_PREFIX)-$(1)-initramfs KERNEL_PREFIX := $$(IMAGE_PREFIX) - IMAGES := - KERNEL_IN_UBI := - BOARD_NAME := endef -DEVICE_VARS += BOARD_NAME KERNEL_SIZE +DEVICE_VARS += KERNEL_SIZE define Device/LegacyImage KERNEL_SUFFIX := -uImage -- 2.30.2