aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/Makefile')
-rw-r--r--target/linux/ath79/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile
deleted file mode 100644
index e331cb4210..0000000000
--- a/target/linux/ath79/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-include $(TOPDIR)/rules.mk
-
-ARCH:=mips
-BOARD:=ath79
-BOARDNAME:=Atheros ATH79 (DTS)
-CPU_TYPE:=24kc
-SUBTARGETS:=generic
-
-FEATURES:=ramdisk source-only
-
-KERNEL_PATCHVER:=4.14
-
-include $(INCLUDE_DIR)/target.mk
-
-DEFAULT_PACKAGES += \
- kmod-gpio-button-hotplug swconfig \
- kmod-ath9k wpad-mini uboot-envtools
-
-$(eval $(call BuildTarget))