aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq807x/Makefile
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2022-01-01 17:42:30 +0000
committerPaul Spooren <mail@aparcar.org>2022-01-03 10:36:09 +0100
commit4a2cca78245e9291096e7c8c98627426df50ef58 (patch)
tree410f2a121aff2e9b66eb850d38c9c826811d4d70 /target/linux/ipq807x/Makefile
parent6ba8d510b89c97230f216a9a7be4b1cd158182a6 (diff)
downloadupstream-4a2cca78245e9291096e7c8c98627426df50ef58.tar.gz
upstream-4a2cca78245e9291096e7c8c98627426df50ef58.tar.bz2
upstream-4a2cca78245e9291096e7c8c98627426df50ef58.zip
ipq807x: drop target
The target is in an incomplete state and will not receive Kernel 5.10 support, ego it should be dropped before the next release. People are working on ipq807x with Kernel 5.15 which is only relevant for the second next release. Once a working patchset exists the target can be added again. Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'target/linux/ipq807x/Makefile')
-rw-r--r--target/linux/ipq807x/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/ipq807x/Makefile b/target/linux/ipq807x/Makefile
deleted file mode 100644
index dab05ca204..0000000000
--- a/target/linux/ipq807x/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-include $(TOPDIR)/rules.mk
-
-ARCH:=aarch64
-BOARD:=ipq807x
-BOARDNAME:=Qualcomm Atheros IPQ807x
-FEATURES:=squashfs ramdisk source-only
-KERNELNAME:=Image dtbs
-CPU_TYPE:=cortex-a53
-
-KERNEL_PATCHVER:=5.4
-
-include $(INCLUDE_DIR)/target.mk
-
-$(eval $(call BuildTarget))