diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-11-15 10:11:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-11-15 10:11:20 +0000 |
commit | 625cf61c5b68d72b90c91a9d60b0a6dec25b6caf (patch) | |
tree | 7e53702ecf2757f8e382172017da6fb53a96edce /target/linux/ar71xx/patches-3.10 | |
parent | 67eded254aa30dd8067d8ac0301c165ed9d722f3 (diff) | |
download | mtk-20170518-625cf61c5b68d72b90c91a9d60b0a6dec25b6caf.zip mtk-20170518-625cf61c5b68d72b90c91a9d60b0a6dec25b6caf.tar.gz mtk-20170518-625cf61c5b68d72b90c91a9d60b0a6dec25b6caf.tar.bz2 |
ar71xx: Add kernel support for the WR842N/ND v2
Patch to add kernel support for the TP-LINK WR842N/ND v2
Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/4352/
[juhosg: refresh kernel patch]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38813
Diffstat (limited to 'target/linux/ar71xx/patches-3.10')
-rw-r--r-- | target/linux/ar71xx/patches-3.10/634-MIPS-ath79-add-TL-WR842N-v2-support.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ar71xx/patches-3.10/634-MIPS-ath79-add-TL-WR842N-v2-support.patch b/target/linux/ar71xx/patches-3.10/634-MIPS-ath79-add-TL-WR842N-v2-support.patch new file mode 100644 index 0000000..b4220ff --- /dev/null +++ b/target/linux/ar71xx/patches-3.10/634-MIPS-ath79-add-TL-WR842N-v2-support.patch @@ -0,0 +1,10 @@ +--- a/arch/mips/ath79/machtypes.h ++++ b/arch/mips/ath79/machtypes.h +@@ -115,6 +115,7 @@ enum ath79_mach_type { + ATH79_MACH_TL_WR841N_V1, /* TP-LINK TL-WR841N v1 */ + ATH79_MACH_TL_WR841N_V7, /* TP-LINK TL-WR841N/ND v7 */ + ATH79_MACH_TL_WR841N_V8, /* TP-LINK TL-WR841N/ND v8 */ ++ ATH79_MACH_TL_WR842N_V2, /* TP-LINK TL-WR842N/ND v2 */ + ATH79_MACH_TL_WR941ND, /* TP-LINK TL-WR941ND */ + ATH79_MACH_UBNT_AIRROUTER, /* Ubiquiti AirRouter */ + ATH79_MACH_UBNT_BULLET_M, /* Ubiquiti Bullet M */ |