ipq40xx: only include ath10k-board-qca4019 for the generic subtarget
[openwrt/staging/chunkeey.git] / target / linux / ipq40xx / image / Makefile
1 include $(TOPDIR)/rules.mk
2 include $(INCLUDE_DIR)/image.mk
3
4 define Device/Default
5 PROFILES := Default
6 KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
7 KERNEL_LOADADDR := 0x80208000
8 DEVICE_DTS = $$(SOC)-$(lastword $(subst _, ,$(1)))
9 DEVICE_DTS_CONFIG := config@1
10 IMAGES := sysupgrade.bin
11 IMAGE/sysupgrade.bin = sysupgrade-tar | append-metadata
12 IMAGE/sysupgrade.bin/squashfs :=
13 endef
14
15 include $(SUBTARGET).mk
16
17 $(eval $(call BuildImage))