diff options
author | John Crispin <blogic@openwrt.org> | 2014-06-02 13:20:52 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-06-02 13:20:52 +0000 |
commit | 886f70b365d1f35b248c4a96573e6957db604b93 (patch) | |
tree | 53d26e5c341825b8ab4fdd08aa9caa20610c5620 /target/linux | |
parent | 06c108a533d5ad781754236a9fc31c39e43ba663 (diff) | |
download | master-187ad058-886f70b365d1f35b248c4a96573e6957db604b93.tar.gz master-187ad058-886f70b365d1f35b248c4a96573e6957db604b93.tar.bz2 master-187ad058-886f70b365d1f35b248c4a96573e6957db604b93.zip |
ar71xx: add kernel support for the OpenMesh OM2Pv2 board
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@40955 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c | 1 | ||||
-rw-r--r-- | target/linux/ar71xx/patches-3.10/710-MIPS-ath79-add-OM2Pv2.patch | 10 |
2 files changed, 11 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 f26314c29f..3fa5987e78 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c @@ -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 index 0000000000..7d0a41fbae --- /dev/null +++ b/target/linux/ar71xx/patches-3.10/710-MIPS-ath79-add-OM2Pv2.patch @@ -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 */ |