image.mk: clean up redundant code related to DEVICE_DTS
It is used by a core build template, so the variable should be initialized and added to DEVICE_VARS in the core. Same for DEVICE_DTS_DIR Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -165,10 +165,8 @@ define Device/Default
|
||||
PROFILES = Default $$(DEVICE_NAME)
|
||||
KERNEL_DEPENDS = $$(wildcard ../dts/$$(DEVICE_DTS).dts)
|
||||
KERNEL_INITRAMFS_SUFFIX := .elf
|
||||
DEVICE_DTS :=
|
||||
DEVICE_DTS_DIR := ../dts
|
||||
endef
|
||||
DEVICE_VARS += DEVICE_DTS DEVICE_DTS_DIR
|
||||
|
||||
ATH5K_PACKAGES := kmod-ath5k wpad-mini
|
||||
ATH9K_PACKAGES := kmod-ath9k wpad-mini
|
||||
|
||||
Reference in New Issue
Block a user