aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-02 13:21:26 +0000
committerJohn Crispin <john@openwrt.org>2014-06-02 13:21:26 +0000
commitc9f15772a1ebabeaf667082e246c2ffeec6c6684 (patch)
treeadd62956efc8f5b41393c72e2cb92948d8f3de3c /target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
parentc17998a4dd8f32b18c97f6c35a017e0a803293c4 (diff)
downloadupstream-c9f15772a1ebabeaf667082e246c2ffeec6c6684.tar.gz
upstream-c9f15772a1ebabeaf667082e246c2ffeec6c6684.tar.bz2
upstream-c9f15772a1ebabeaf667082e246c2ffeec6c6684.zip
ar71xx: add kernel support for the OpenMesh OM2P-HSv2
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: 40961
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
index 3fa5987e78..24f4527fb3 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c
@@ -222,3 +222,4 @@ static void __init om2p_hs_setup(void)
}
MIPS_MACHINE(ATH79_MACH_OM2P_HS, "OM2P-HS", "OpenMesh OM2P HS", om2p_hs_setup);
+MIPS_MACHINE(ATH79_MACH_OM2P_HSv2, "OM2P-HSv2", "OpenMesh OM2P HSv2", om2p_hs_setup);