aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
diff options
context:
space:
mode:
authorSven Eckelmann <sven.eckelmann@open-mesh.com>2016-08-09 15:58:08 +0200
committerJohn Crispin <john@phrozen.org>2017-02-14 12:18:05 +0100
commit417f9e7e82528573414d63b3f3d0f0e23a1a75c2 (patch)
tree8e86c624f098af60dada877ac0e1085f98a6a63f /target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
parent88aa7eeee5c97d09bab84ad8e8c57f597b1374a4 (diff)
downloadupstream-417f9e7e82528573414d63b3f3d0f0e23a1a75c2.tar.gz
upstream-417f9e7e82528573414d63b3f3d0f0e23a1a75c2.tar.bz2
upstream-417f9e7e82528573414d63b3f3d0f0e23a1a75c2.zip
ar71xx: add kernel support for the OpenMesh A60 board
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/machtypes.h')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/machtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
index 8c09f2ee50..23589ab031 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
+++ b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
@@ -17,6 +17,7 @@
enum ath79_mach_type {
ATH79_MACH_GENERIC_OF = -1, /* Device tree board */
ATH79_MACH_GENERIC = 0,
+ ATH79_MACH_A60, /* OpenMesh A60 */
ATH79_MACH_ALFA_AP120C, /* ALFA Network AP120C board */
ATH79_MACH_ALFA_AP96, /* ALFA Network AP96 board */
ATH79_MACH_ALFA_NX, /* ALFA Network N2/N5 board */