diff options
author | John Crispin <blogic@openwrt.org> | 2014-11-14 16:54:58 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-11-14 16:54:58 +0000 |
commit | 3af38b7f027073338040b83d53ed71873cb804fc (patch) | |
tree | 7b8db5f98a9136a93672c4c69a62bd610597a397 /target/linux/ar71xx/patches-3.14 | |
parent | 8c13c833fd0321ce25fa2acc8027e20329840467 (diff) | |
download | upstream-3af38b7f027073338040b83d53ed71873cb804fc.tar.gz upstream-3af38b7f027073338040b83d53ed71873cb804fc.tar.bz2 upstream-3af38b7f027073338040b83d53ed71873cb804fc.zip |
ar71xx: add kernel support for the OpenMesh MR900v2
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43265 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.14')
-rw-r--r-- | target/linux/ar71xx/patches-3.14/731-MIPS-ath79-add-mr900v2-support.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-3.14/731-MIPS-ath79-add-mr900v2-support.patch b/target/linux/ar71xx/patches-3.14/731-MIPS-ath79-add-mr900v2-support.patch new file mode 100644 index 0000000000..be51a8e6d6 --- /dev/null +++ b/target/linux/ar71xx/patches-3.14/731-MIPS-ath79-add-mr900v2-support.patch @@ -0,0 +1,10 @@ +--- a/arch/mips/ath79/machtypes.h ++++ b/arch/mips/ath79/machtypes.h +@@ -66,6 +66,7 @@ enum ath79_mach_type { + ATH79_MACH_MR600V2, /* OpenMesh MR600v2 */ + ATH79_MACH_MR600, /* OpenMesh MR600 */ + ATH79_MACH_MR900, /* OpenMesh MR900 */ ++ ATH79_MACH_MR900v2, /* OpenMesh MR900v2 */ + ATH79_MACH_MYNET_N600, /* WD My Net N600 */ + ATH79_MACH_MYNET_N750, /* WD My Net N750 */ + ATH79_MACH_MYNET_REXT, /* WD My Net Wi-Fi Range Extender */ |