ar71xx: add kernel support for the OpenMesh OM2Pv2 board
authorJohn Crispin <john@openwrt.org>
Mon, 2 Jun 2014 13:20:52 +0000 (13:20 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 2 Jun 2014 13:20:52 +0000 (13:20 +0000)
Signed-off-by: Marek Lindner <marek@open-mesh.com>
[sven@open-mesh.com: Rebased]
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 40955

target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
target/linux/ar71xx/patches-3.10/710-MIPS-ath79-add-OM2Pv2.patch [new file with mode: 0644]

index f26314c29f2248763bcbf0a0a9b66b1e8f3ca7c8..3fa5987e78676738acbd91d1fc9066d32eca4546 100644 (file)
@@ -174,6 +174,7 @@ static void __init om2p_lc_setup(void)
 }
 
 MIPS_MACHINE(ATH79_MACH_OM2P_LC, "OM2P-LC", "OpenMesh OM2P LC", om2p_lc_setup);
+MIPS_MACHINE(ATH79_MACH_OM2Pv2, "OM2Pv2", "OpenMesh OM2Pv2", om2p_lc_setup);
 
 static void __init om2p_hs_setup(void)
 {
diff --git a/target/linux/ar71xx/patches-3.10/710-MIPS-ath79-add-OM2Pv2.patch b/target/linux/ar71xx/patches-3.10/710-MIPS-ath79-add-OM2Pv2.patch
new file mode 100644 (file)
index 0000000..7d0a41f
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/arch/mips/ath79/machtypes.h
++++ b/arch/mips/ath79/machtypes.h
+@@ -65,6 +65,7 @@ enum ath79_mach_type {
+       ATH79_MACH_NBG6716,             /* Zyxel NBG6716 */
+       ATH79_MACH_OM2P_HS,             /* OpenMesh OM2P-HS */
+       ATH79_MACH_OM2P_LC,             /* OpenMesh OM2P-LC */
++      ATH79_MACH_OM2Pv2,              /* OpenMesh OM2Pv2 */
+       ATH79_MACH_OM2P,                /* OpenMesh OM2P */
+       ATH79_MACH_PB42,                /* Atheros PB42 */
+       ATH79_MACH_PB92,                /* Atheros PB92 */