diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-02 13:21:26 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-02 13:21:26 +0000 |
commit | 133068da212b8faa34ec6eefdc79998f83fccba7 (patch) | |
tree | a68c3e5873855c50898b9f23dddd59d99348a369 /target/linux/ar71xx/files/arch/mips/ath79 | |
parent | 0715328c78acbfe6771fe0b290e1d1f6d1d2cc5f (diff) | |
download | master-187ad058-133068da212b8faa34ec6eefdc79998f83fccba7.tar.gz master-187ad058-133068da212b8faa34ec6eefdc79998f83fccba7.tar.bz2 master-187ad058-133068da212b8faa34ec6eefdc79998f83fccba7.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40961 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c | 1 |
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); |