aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq807x/image/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ipq807x/image/Makefile')
-rw-r--r--target/linux/ipq807x/image/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/ipq807x/image/Makefile b/target/linux/ipq807x/image/Makefile
deleted file mode 100644
index f59ad0c15fd..00000000000
--- a/target/linux/ipq807x/image/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-include $(TOPDIR)/rules.mk
-include $(INCLUDE_DIR)/image.mk
-
-define Device/Default
- PROFILES := Default
- KERNEL_LOADADDR := 0x41000000
- DEVICE_DTS = $$(SOC)-$(lastword $(subst _, ,$(1)))
- DEVICE_DTS_CONFIG := config@1
- DEVICE_DTS_DIR := $(DTS_DIR)/qcom
- IMAGES := sysupgrade.bin
- IMAGE/sysupgrade.bin = sysupgrade-tar | append-metadata
- IMAGE/sysupgrade.bin/squashfs :=
-endef
-
-include $(SUBTARGET).mk
-
-$(eval $(call BuildImage))