From 9242d27b4a91c2cf2e787d3a893de3a95890e717 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 1 Jan 2016 21:21:13 +0000 Subject: V2 ar71xx : Add Support for the Bitmain Antrouter R1 This patch adds support for the Bitmain Antrouter R1 http://wiki.openwrt.org/toh/bitmain/r1 Signed-off-by: L. D. Pinney SVN-Revision: 48058 --- target/linux/ar71xx/files/arch/mips/ath79/machtypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ar71xx/files/arch/mips/ath79/machtypes.h') diff --git a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h index c32d44a73a..d12829f4de 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h +++ b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h @@ -23,6 +23,7 @@ enum ath79_mach_type { ATH79_MACH_ALL0315N, /* Allnet ALL0315N */ ATH79_MACH_ANTMINER_S1, /* Antminer S1 */ ATH79_MACH_ANTMINER_S3, /* Antminer S3 */ + ATH79_MACH_ANTROUTER_R1, /* Antrouter R1 */ ATH79_MACH_ARDUINO_YUN, /* Yun */ ATH79_MACH_AP113, /* Atheros AP113 reference board */ ATH79_MACH_AP121, /* Atheros AP121 reference board */ -- cgit v1.2.3