diff options
author | John Crispin <john@openwrt.org> | 2014-06-02 13:20:52 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-02 13:20:52 +0000 |
commit | ef5f37a08dfc405b2e9281f8482d32645d8a4760 (patch) | |
tree | 7e7caef8cc69cbf97267d99200938ebcf3a7e7b6 /target/linux/ar71xx/patches-3.10 | |
parent | 520fe28adffbebf377525bf9ff5cef21e70f85b5 (diff) | |
download | upstream-ef5f37a08dfc405b2e9281f8482d32645d8a4760.tar.gz upstream-ef5f37a08dfc405b2e9281f8482d32645d8a4760.tar.bz2 upstream-ef5f37a08dfc405b2e9281f8482d32645d8a4760.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>
SVN-Revision: 40955
Diffstat (limited to 'target/linux/ar71xx/patches-3.10')
-rw-r--r-- | target/linux/ar71xx/patches-3.10/710-MIPS-ath79-add-OM2Pv2.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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 */ |