ipq806x: clean up redundant initialization of core device image variables
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
b5b2425cba
commit
7a175e2d44
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue